From: Sage Weil Date: Thu, 28 Jan 2010 18:55:10 +0000 (-0800) Subject: journal: fix thread id printing X-Git-Tag: v0.20~431^2~36 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f131790b1371b0facceac71e2f8f5cb67aab7af4;p=ceph.git journal: fix thread id printing --- diff --git a/src/os/JournalingObjectStore.cc b/src/os/JournalingObjectStore.cc index f47c3e88ddf3..93009570af15 100644 --- a/src/os/JournalingObjectStore.cc +++ b/src/os/JournalingObjectStore.cc @@ -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 "