Win32OperatingSystem.st
changeset 20897 49ffdb7d9c18
parent 20896 c88fbd0cb367
child 20930 793c81da8cb1
--- a/Win32OperatingSystem.st	Tue Nov 08 15:50:54 2016 +0100
+++ b/Win32OperatingSystem.st	Tue Nov 08 16:06:52 2016 +0100
@@ -4142,7 +4142,7 @@
 	if (doFork == true) {
 #ifdef PROCESSDEBUGWIN32
 	    if (flag_PROCESSDEBUGWIN32) {
-		console_fprintf(stderr, "create process cmdPath:<%s> cmdLine:<%s> in <%s>\n", cmdPath, cmdLine, dir);
+		console_fprintf(stderr, "create process cmdPath:<%s> cmdLine:<%s> in <%s>\n", __stringVal(commandPath), __stringVal(commandLine), __stringVal(dirName));
 	    }
 #endif
 	    memset(&lppiProcInfo, 0, sizeof (lppiProcInfo));