fixed debug output statement
authorKevron Rees <kevron.m.rees@intel.com>
Mon, 10 Mar 2014 22:52:12 +0000 (15:52 -0700)
committerKevron Rees <kevron.m.rees@intel.com>
Mon, 10 Mar 2014 22:52:12 +0000 (15:52 -0700)
plugins/murphyplugin/murphysource.cpp

index c2f177e..fca35c7 100644 (file)
@@ -92,7 +92,7 @@ static void recvfrom_msg(mrp_transport_t *transp, mrp_msg_t *msg,
     if (tag != 2)
         return;
 
-       DebugOut() << "Property '" << property_name << "' with value " ;
+       DebugOut() << "Property '" << property_name << "' with value: " <<endl;
 
     switch (type) {
         case MRP_MSG_FIELD_STRING: