Ensure wm_subscribe returns the correct value
[apps/agl-service-windowmanager.git] / src / wm_layer.cpp
index 66fb0a2..4eceb43 100644 (file)
@@ -251,8 +251,10 @@ void WMLayer::dump()
 {
     DUMP("===== wm layer status =====");
     DUMP("Layer :%s", this->name.c_str());
-    this->tmp_state.dump();
+    DUMP("  [Current]");
     this->state.dump();
+    DUMP("  [To be]");
+    this->tmp_state.dump();
     DUMP("===== wm layer status end =====");
 
 }