Silence a DPRINT

svn path=/trunk/; revision=66317
This commit is contained in:
Pierre Schweitzer 2015-02-16 13:40:13 +00:00
parent 1ea34407b8
commit d78a21fe33

View file

@ -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,