Commit 1f0f1b28 authored by Warren Dukes's avatar Warren Dukes

add a error msg for playerSeek()

git-svn-id: https://svn.musicpd.org/mpd/trunk@736 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent b5bdc71d
......@@ -399,6 +399,7 @@ int playerSeek(FILE * fp, char * utf8file, float time) {
if(decodeType < 0) {
myfprintf(fp,"%s unknown file type: %s\n",
COMMAND_RESPOND_ERROR, utf8file);
ERROR("playerSeek: unknown file type: %s\n", utf8file);
return -1;
}
pc->decodeType = decodeType;
......
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