Fix typo in gdbremote.py

llvm-svn: 243421
This commit is contained in:
Pavel Labath 2015-07-28 15:13:23 +00:00
parent 922452285a
commit 4b7dc299c2
1 changed files with 1 additions and 1 deletions

View File

@ -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: