Fix typo in Core/Log
authorPavel Labath <labath@google.com>
Thu, 30 Apr 2015 10:47:56 +0000 (10:47 +0000)
committerPavel Labath <labath@google.com>
Thu, 30 Apr 2015 10:47:56 +0000 (10:47 +0000)
llvm-svn: 236222

lldb/source/Core/Log.cpp

index 15ac57c..a830754 100644 (file)
@@ -217,7 +217,7 @@ Log::Error(const char *format, ...)
     if (arg_msg == nullptr)
         return;
 
-    Printf("error: %s", args);
+    Printf("error: %s", arg_msg);
     free(arg_msg);
 }