]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
journal: fix thread id printing
authorSage Weil <sage@newdream.net>
Thu, 28 Jan 2010 18:55:10 +0000 (10:55 -0800)
committerSage Weil <sage@newdream.net>
Thu, 28 Jan 2010 18:55:10 +0000 (10:55 -0800)
src/os/JournalingObjectStore.cc

index f47c3e88ddf36f17667061a973a7201db21ae1c2..93009570af15532e00269d5d4187b98f53ad28ed 100644 (file)
@@ -5,7 +5,7 @@
 
 #define DOUT_SUBSYS journal
 #undef dout_prefix
-#define dout_prefix *_dout << dbeginl << "journal "
+#define dout_prefix *_dout << dbeginl << std::hex << pthread_self() << std::dec << " journal "