Fix KONA issue, 'invalid format argument types for dlog' 70/135770/1 accepted/tizen/unified/20170627.015107 submit/tizen/20170626.095829
authorchanywa <cbible.kim@samsung.com>
Mon, 26 Jun 2017 09:52:07 +0000 (18:52 +0900)
committerchanywa <cbible.kim@samsung.com>
Mon, 26 Jun 2017 09:52:07 +0000 (18:52 +0900)
Change-Id: I9599791acca29cccdabfeca5f3e117aa00dbb4ca

src/session/commands.cpp

index 8c44ff3..e20fdbc 100644 (file)
@@ -1307,7 +1307,7 @@ bool session::command_search_route_handler::foreach_route_cb(maps_error_e error,
 int session::command_cancel_request::run()
 {
        pending_request pr(plugin());
-       MAPS_LOGD("session::command_cancel_request::run: %d, %X", request_id, (int)pr.look_up(request_id));
+       MAPS_LOGD("session::command_cancel_request::run: %d, %p", request_id, pr.look_up(request_id));
        const int error = (pr.contains(request_id)) ?
                interface()->maps_plugin_cancel_request(pr.extract_plg_id(request_id)) : MAPS_ERROR_NOT_FOUND;
        destroy();