Changed error text

This commit is contained in:
Meeh 2014-02-05 13:47:00 +01:00
parent 6afc32510b
commit b14d3b7c01

View file

@ -103,7 +103,7 @@ int main( int argc, char* argv[] )
} }
if (lockf(pidFilehandle,F_TLOCK,0) == -1) if (lockf(pidFilehandle,F_TLOCK,0) == -1)
{ {
LogPrint("Error, could not create pid file (", pidfile, ")\nIs an instance already running?"); LogPrint("Error, could not lock pid file (", pidfile, ")\nIs an instance already running?");
return -1; return -1;
} }
char pid[10]; char pid[10];