Skip to content

Commit 6feb35b

Browse files
committed
[lldb] Improve log message (NFC)
Remove the unmatched closing paren )
1 parent 7d04c88 commit 6feb35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/Platform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ lldb::ProcessSP Platform::DebugProcess(ProcessLaunchInfo &launch_info,
10601060
Debugger &debugger, Target &target,
10611061
Status &error) {
10621062
Log *log = GetLog(LLDBLog::Platform);
1063-
LLDB_LOG(log, "target = {0})", &target);
1063+
LLDB_LOG(log, "target = {0}", &target);
10641064

10651065
ProcessSP process_sp;
10661066
// Make sure we stop at the entry point

0 commit comments

Comments
 (0)