From 4b7dc299c20205c68e39f5c9c51d6568700ee57e Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 28 Jul 2015 15:13:23 +0000 Subject: Fix typo in gdbremote.py llvm-svn: 243421 --- lldb/examples/python/gdbremote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/examples/python') diff --git a/lldb/examples/python/gdbremote.py b/lldb/examples/python/gdbremote.py index 1832715b0e5..4cbfdb2ba33 100755 --- a/lldb/examples/python/gdbremote.py +++ b/lldb/examples/python/gdbremote.py @@ -203,7 +203,7 @@ def start_gdb_log(debugger, command, result, dict): return if g_log_file: - result.PutCString ('error: logging is already in progress with file "%s"', g_log_file) + result.PutCString ('error: logging is already in progress with file "%s"' % g_log_file) else: args_len = len(args) if args_len == 0: -- cgit v1.2.3