Browse Source

indent msg hex dumps for non-DC msg debugging

Darren Ranalli 19 years ago
parent
commit
3e37aafc95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/cConnectionRepository.cxx

+ 1 - 1
direct/src/distributed/cConnectionRepository.cxx

@@ -756,7 +756,7 @@ describe_message(ostream &out, const string &prefix,
       msgName += "\n";
     }
     out << full_prefix << ":" << msgName << "\n";
-    dg.dump_hex(out);
+    dg.dump_hex(out, 2);
 
   } else {
     // It's an update message.  Figure out what dclass the object is