[WIN32K]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 31 Jul 2012 18:43:56 +0000 (18:43 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 31 Jul 2012 18:43:56 +0000 (18:43 +0000)
trigraphs ...

svn path=/trunk/; revision=57006

reactos/win32ss/user/ntuser/desktop.c

index 1eecd96..6c06f74 100644 (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;
       }
    }