summaryrefslogtreecommitdiff
path: root/src/munia_proto.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/munia_proto.cc')
-rw-r--r--src/munia_proto.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/munia_proto.cc b/src/munia_proto.cc
index 977bf60..2a42884 100644
--- a/src/munia_proto.cc
+++ b/src/munia_proto.cc
@@ -221,6 +221,7 @@ int callback_lws_task(struct libwebsocket_context * context,
task.attributes.begin();
while(ai != task.attributes.end()) {
message_t updatemsg = create_msg_update(task, ai->first);
+ DEBUG(observe, "%s\n", ai->first.c_str());
updatemsg.tid = omi->observe.id;
msgqueue[wsi].push_back(updatemsg);
ai++;