Fix error msg. Bug #681
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
9b83d3e536
commit
84bf9b8adb
@ -52,6 +52,7 @@ jorge@linux.jorge.mysql.com
|
|||||||
kaj@work.mysql.com
|
kaj@work.mysql.com
|
||||||
lenz@kallisto.mysql.com
|
lenz@kallisto.mysql.com
|
||||||
lenz@mysql.com
|
lenz@mysql.com
|
||||||
|
miguel@hegel.(none)
|
||||||
miguel@hegel.br
|
miguel@hegel.br
|
||||||
miguel@hegel.local
|
miguel@hegel.local
|
||||||
miguel@light.
|
miguel@light.
|
||||||
|
@ -462,7 +462,7 @@ BOOL NTService::SeekStatus(LPCSTR szInternName, int OperationType)
|
|||||||
{
|
{
|
||||||
/* a remove operation */
|
/* a remove operation */
|
||||||
if (!(service = OpenService(scm,szInternName, SERVICE_ALL_ACCESS )))
|
if (!(service = OpenService(scm,szInternName, SERVICE_ALL_ACCESS )))
|
||||||
printf("The service doesn't exists!\n");
|
printf("The service doesn't exist!\n");
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
SERVICE_STATUS ss;
|
SERVICE_STATUS ss;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user