X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwm_layer_control.cpp;fp=src%2Fwm_layer_control.cpp;h=c5c7913a40cdf27b839c6221a9a898d14bfc1e5d;hb=ef03209fb7961d83daa30af74689acaa7a3bbbc2;hp=28d409fa19a2abcaf708580964565b4bcffe5b78;hpb=ceb1049ca57b0fd0ce41e9eca631557ffa46993a;p=apps%2Fagl-service-windowmanager.git diff --git a/src/wm_layer_control.cpp b/src/wm_layer_control.cpp index 28d409f..c5c7913 100644 --- a/src/wm_layer_control.cpp +++ b/src/wm_layer_control.cpp @@ -278,7 +278,7 @@ void LayerControl::undoUpdate() WMError LayerControl::loadLayerSetting(const string &path) { - HMI_DEBUG("loading WMLayer(Application Containers) Setting from %s", path); + HMI_DEBUG("loading WMLayer(Application Containers) Setting from %s", path.c_str()); json_object *json_obj, *json_cfg; int ret = jh::inputJsonFilie(path.c_str(), &json_obj);