diff --git a/dlls/shell32/shlexec.c b/dlls/shell32/shlexec.c index 14bab166d5f..8385b12d886 100644 --- a/dlls/shell32/shlexec.c +++ b/dlls/shell32/shlexec.c @@ -365,7 +365,7 @@ static UINT SHELL_ExecuteW(const WCHAR *lpCmd, WCHAR *env, BOOL shWait, } else if ((retval = GetLastError()) >= 32) { - FIXME("Strange error set by CreateProcess: %d\n", retval); + TRACE("CreateProcess returned error %d\n", retval); retval = ERROR_BAD_FORMAT; }