commit | 4b7dc299c20205c68e39f5c9c51d6568700ee57e | [log] [tgz] |
---|---|---|
author | Pavel Labath <labath@google.com> | Tue Jul 28 15:13:23 2015 +0000 |
committer | Pavel Labath <labath@google.com> | Tue Jul 28 15:13:23 2015 +0000 |
tree | 21fc8067c80cfa6e1c29261f81ca7d4d0e538812 | |
parent | 922452285a55a4ede44f6cd4ffa745ee4ecb9ccb [diff] [blame] |
Fix typo in gdbremote.py llvm-svn: 243421
diff --git a/lldb/examples/python/gdbremote.py b/lldb/examples/python/gdbremote.py index 1832715..4cbfdb2 100755 --- a/lldb/examples/python/gdbremote.py +++ b/lldb/examples/python/gdbremote.py
@@ -203,7 +203,7 @@ 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: