trigraphs ...

svn path=/trunk/; revision=57006
This commit is contained in:
Timo Kreuzer 2012-07-31 18:43:56 +00:00
parent 0eb293193f
commit 1896c7326a

View file

@ -305,7 +305,7 @@ IntParseDesktopPath(PEPROCESS Process,
if(!NT_SUCCESS(Status))
{
SetLastNtError(Status);
ERR("Failed to reference window station %wZ PID: ??!\n", &ObjectName );
ERR("Failed to reference window station %wZ PID: --!\n", &ObjectName );
return Status;
}
}
@ -337,7 +337,7 @@ IntParseDesktopPath(PEPROCESS Process,
NtClose(*hWinSta);
*hWinSta = NULL;
SetLastNtError(Status);
ERR("Failed to reference desktop %wZ PID: ??!\n", &ObjectName);
ERR("Failed to reference desktop %wZ PID: --!\n", &ObjectName);
return Status;
}
}