From 6e2943c8f3befb0a560826e2d764dac1193bfdc1 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 10 Jan 2013 16:09:53 +0100 Subject: Missing attributes are now transmitted properly to the client. --- src/munia_proto.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/munia_proto.cc') 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++; -- cgit v1.2.3