summaryrefslogtreecommitdiffstats
path: root/common/Log.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/Log.hpp')
-rw-r--r--common/Log.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Log.hpp b/common/Log.hpp
index df0a06536a..495b4f0e95 100644
--- a/common/Log.hpp
+++ b/common/Log.hpp
@@ -233,7 +233,7 @@ namespace Log
if (id != std::thread::id())
{
std::ostringstream os;
- os << std::hex << "0x" << id << std::dec;
+ os << std::hex << "0x" << id;
return os.str();
}