From 7aede726ca8dc7fa2c007f145a4f42bd9cf15f2d Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Tue, 23 Oct 2007 13:38:03 +0200 Subject: [PATCH] add missing space separator --- src/common/packet-printer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/packet-printer.cc b/src/common/packet-printer.cc index bfd0fba01..bf879b813 100644 --- a/src/common/packet-printer.cc +++ b/src/common/packet-printer.cc @@ -71,7 +71,7 @@ PacketPrinter::PrintChunk (uint32_t chunkUid, // if the over did not override this type of chunk, // we print something by default. std::string name = ChunkRegistry::GetName (chunkUid, instance); - os << name; + os << name << " "; ChunkRegistry::Print (chunkUid, instance, os); } void