Commit 20f8758e authored by Yuxuan Shui's avatar Yuxuan Shui Committed by Alexandre Julliard

shell32: Fix a trace log message.

parent b918ce9e
......@@ -637,7 +637,7 @@ static UINT SHELL_FindExecutable(LPCWSTR lpPath, LPCWSTR lpFile, LPCWSTR lpVerb,
lstrcpyW(xlpFile, lpFile);
if (PathResolveAW(xlpFile, (const void **)search_paths, PRF_TRYPROGRAMEXTENSIONS | PRF_VERIFYEXISTS))
{
TRACE("SearchPathW returned non-zero\n");
TRACE("PathResolveAW returned non-zero\n");
lpFile = xlpFile;
/* The file was found in lpPath or one of the directories in the system-wide search path */
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment