monitor: request-handler: Fix build error 54/280554/1 submit/tizen/20220901.025125
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 31 Aug 2022 13:48:39 +0000 (22:48 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 31 Aug 2022 13:48:39 +0000 (22:48 +0900)
commit17e5855e7e01907f037df092f95078dd7dad6fbf
treea83664c5e591e4f39c056565e0c544716a7c31a5
parent6758451e0878c8384db5e7a1f6cb3f5b14d8c0ba
monitor: request-handler: Fix build error

Fix the following build error by using the proper output type
when printing the error log.

45s] /home/abuild/rpmbuild/BUILD/pass-2.0.0/src/monitor/request-handler.c:295:31: note: format string is defined here
[   45s]   295 |   _E("failed to set flag to %lx, client(%d) | res:name(%s)id(%d)\n",
[   45s]       |                             ~~^
[   45s]       |                               |
[   45s]       |                               long unsigned int
[   45s]       |                             %llx

Change-Id: I401b2b912ed71d40b8e4a0f06d42d6b9b01c4837
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/monitor/request-handler.c