From 1346f7e09825d6943c797d0071777220b24e8d3a Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Fri, 3 Sep 2010 22:45:01 +0000 Subject: Cleaned up step logging a bit. llvm-svn: 113023 --- lldb/source/Commands/CommandObjectThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Commands/CommandObjectThread.cpp') diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp index f4cc35d..5bc9989 100644 --- a/lldb/source/Commands/CommandObjectThread.cpp +++ b/lldb/source/Commands/CommandObjectThread.cpp @@ -404,7 +404,7 @@ public: 3, 3)) { - result.AppendErrorWithFormat ("error displaying backtrace for thread: \"%d\"\n", i); + result.AppendErrorWithFormat ("error displaying backtrace for thread: \"0x%4.4x\"\n", i); result.SetStatus (eReturnStatusFailed); return false; } -- cgit v1.1