[AUDIOSRV]

Fix log message.

svn path=/trunk/; revision=58471
This commit is contained in:
Sylvain Petreolle
2013-03-11 20:59:01 +00:00
parent df89cea5a4
commit 8caefdd06a
+1 -1
View File
@@ -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;