diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-03-14 13:55:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-03-14 13:55:44 +0000 |
commit | 1808ab2892ead7aac9227033278bd82ba5a6eae0 (patch) | |
tree | 957615a2b26d22ae72a201805dc040a516c09414 /src/wm_layer_control.cpp | |
parent | 6422c9a6c76602d408168d401ac657214e918799 (diff) | |
parent | 33a9b221a28cb0352dabc49ed17bc886d0d4a86e (diff) |
Merge "Output debug message corerctly" into guppy
Diffstat (limited to 'src/wm_layer_control.cpp')
-rw-r--r-- | src/wm_layer_control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |