mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 09:23:04 +08:00
[SERVICES][SETUPLIB][UMANDLG][USETUP] Add missing \n to DPRINT() calls (#5983)
And promote 1 DPRINT() to DPRINT1.
This commit is contained in:
@@ -2273,7 +2273,7 @@ ScmAutoStartServices(VOID)
|
||||
}
|
||||
else
|
||||
{
|
||||
DPRINT1("WARNING: Could not open the associated Safe Boot key");
|
||||
DPRINT1("WARNING: Could not open the associated Safe Boot key\n");
|
||||
CurrentService->ServiceVisited = FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user