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: