Really fix build on non-windows platforms :)

llvm-svn: 294215
This commit is contained in:
Pavel Labath 2017-02-06 18:56:34 +00:00
parent 581490e713
commit 0c7687b106

View File

@ -863,7 +863,7 @@ Error Host::LaunchProcessPosixSpawn(const char *exe_path,
error, result_pid, exe_path, &attr, argv, envp);
if (log) {
for (int ii = 0; argv[ii]; ++ii)
LLDB_LOG("argv[{0}] = '{1}'", ii, argv[ii]);
LLDB_LOG(log, "argv[{0}] = '{1}'", ii, argv[ii]);
}
}
}