summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.cpp b/app/main.cpp
index 6122733..489c72b 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
qhs->init(port, token.c_str());
// Set the event handler for Event_TapShortcut which will activate the surface for windowmanager
qhs->set_event_handler(QLibHomeScreen::Event_ShowWindow, [qwm, myname](json_object *object){
- qDebug("Surface %s got tapShortcut\n", myname);
+ qDebug("Surface %s got tapShortcut\n", qPrintable(myname));
qwm->activateWindow(myname, "master.split.sub");
});
#endif