Commit 70463a1d authored by Warren Dukes's avatar Warren Dukes

don't print out config line in error message about pid file missing

git-svn-id: https://svn.musicpd.org/mpd/trunk@3044 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent c673bc86
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment