From b14d3b7c0166025848460cd095f1282feb40893f Mon Sep 17 00:00:00 2001 From: Meeh Date: Wed, 5 Feb 2014 13:47:00 +0100 Subject: [PATCH] Changed error text --- i2p.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2p.cpp b/i2p.cpp index 00f1abb7..b4c47e10 100644 --- a/i2p.cpp +++ b/i2p.cpp @@ -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];