X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwindow_manager.cpp;h=dec7752b8288787640830ff5c7b1abe963af7887;hb=845d2b5ed9f70d110fe731b8c5d17694523ce0e5;hp=79a27d1ae8a272d6fcb2b10858dd3e3745673263;hpb=67dee2b21df72886d5d90a827598eb1555fa28a5;p=apps%2Fagl-service-windowmanager.git diff --git a/src/window_manager.cpp b/src/window_manager.cpp index 79a27d1..dec7752 100644 --- a/src/window_manager.cpp +++ b/src/window_manager.cpp @@ -744,7 +744,7 @@ void WindowManager::surface_created(uint32_t surface_id) { auto client = g_app_list.lookUpClient(appid); WMError ret = client->addSurface(surface_id); - HMI_INFO("Add surface %d to \"%s\"", appid.c_str()); + HMI_INFO("Add surface %d to \"%s\"", surface_id, appid.c_str()); if(ret != WMError::SUCCESS) { HMI_ERROR("Failed to add surface to client %s", client->appID().c_str());