aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f1a5a89b0..626bf36a2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -393,7 +393,7 @@ void killMpdFromPidFile(char * cmd) {
FILE * fp = fopen(pidFileParam->value,"r");
if(!fp) {
- ERROR("unable to open %s \"%s\" (config line %i): %s\n",
+ ERROR("unable to open %s \"%s\": %s\n",
CONF_PID_FILE, pidFileParam->value,
pidFileParam->line, strerror(errno));
exit(EXIT_FAILURE);