mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[CONSRV]
Correct a debug message. svn path=/branches/ros-csrss/; revision=57758
This commit is contained in:
@@ -156,7 +156,7 @@ CsrInitConsole(PCSRSS_CONSOLE Console, int ShowCmd)
|
||||
*/
|
||||
if (!GuiMode)
|
||||
{
|
||||
DPRINT1("WIN32CSR: Opening text-mode console\n");
|
||||
DPRINT1("CONSRV: Opening text-mode console\n");
|
||||
Status = TuiInitConsole(Console);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
@@ -175,7 +175,7 @@ CsrInitConsole(PCSRSS_CONSOLE Console, int ShowCmd)
|
||||
*/
|
||||
if (GuiMode)
|
||||
{
|
||||
DPRINT1("WIN32CSR: Opening GUI-mode console\n");
|
||||
DPRINT1("CONSRV: Opening GUI-mode console\n");
|
||||
Status = GuiInitConsole(Console, ShowCmd);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user