Change debug message
[apps/mediaplayer.git] / app / qlibwindowmanager.cpp
index 7380bc8..a681f88 100644 (file)
@@ -56,7 +56,7 @@ void QLibWindowmanager::set_event_handler(enum QEventType et,
 
 void QLibWindowmanager::slotActivateSurface(){
     if(!isActive){
-        qDebug("Let's show radio");
+        qDebug("Let's show %s", applabel.c_str());
         isActive = true;
         this->activateSurface(applabel.c_str());
     }