mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:31:40 +00:00
[WMISVC]
Silence a DPRINT svn path=/trunk/; revision=66317
This commit is contained in:
parent
1ea34407b8
commit
d78a21fe33
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ ServiceMain(DWORD argc, LPTSTR *argv)
|
|||
UNREFERENCED_PARAMETER(argc);
|
||||
UNREFERENCED_PARAMETER(argv);
|
||||
|
||||
DPRINT1("ServiceMain() called\n");
|
||||
DPRINT("ServiceMain() called\n");
|
||||
|
||||
ServiceStatusHandle = RegisterServiceCtrlHandlerExW(ServiceName,
|
||||
ServiceControlHandler,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue