X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40531a9fda944fd68a694f143dd9db36d23c49c5..aa498ec94e6352d38c007bb89ad0a82e16cbf67b:/utils/execmon/execmon.cpp diff --git a/utils/execmon/execmon.cpp b/utils/execmon/execmon.cpp index 00766ccd98..646bb62242 100644 --- a/utils/execmon/execmon.cpp +++ b/utils/execmon/execmon.cpp @@ -117,7 +117,9 @@ bool TestExec(const wxVector& programs, long timeout) long pid = wxExecute(programs[i].GetFullPath(), wxEXEC_ASYNC, &dt->process); if (pid == 0) + { wxLogError("could not run the program '%s'", programs[i].GetFullPath()); + } else { wxLogMessage("started program '%s' (pid %d)...",