Browse Source

Changed error text

pull/35/head
Meeh 11 years ago
parent
commit
b14d3b7c01
  1. 2
      i2p.cpp

2
i2p.cpp

@ -103,7 +103,7 @@ int main( int argc, char* argv[] ) @@ -103,7 +103,7 @@ int main( int argc, char* argv[] )
}
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;
}
char pid[10];

Loading…
Cancel
Save