Skip to content

Commit

Permalink
Changed error text
Browse files Browse the repository at this point in the history
  • Loading branch information
meeh420 committed Feb 5, 2014
1 parent 6afc325 commit b14d3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i2p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit b14d3b7

Please sign in to comment.