mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[AUDIOSRV]
Fix log message. svn path=/trunk/; revision=58471
This commit is contained in:
@@ -149,7 +149,7 @@ ServiceMain(DWORD argc, LPWSTR argv)
|
||||
return;
|
||||
}
|
||||
|
||||
logmsg("* Service started");
|
||||
logmsg("* Service started\n");
|
||||
/* Tell SCM we are now running, and we may be stopped */
|
||||
service_status.dwCurrentState = SERVICE_RUNNING;
|
||||
service_status.dwControlsAccepted = SERVICE_ACCEPT_STOP;
|
||||
|
||||
Reference in New Issue
Block a user