diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-05 01:14:37 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-05 01:14:37 +0000 |
commit | c2c34f78dd2b63d27bcbd6f21503bf052cad0655 (patch) | |
tree | 498fb23a9af130a832daa23af7c1b072568647f7 /src/command.h | |
parent | 744c0fa256bc2b172991cc0298fb3ea350722be8 (diff) | |
download | mpd-c2c34f78dd2b63d27bcbd6f21503bf052cad0655.tar.gz mpd-c2c34f78dd2b63d27bcbd6f21503bf052cad0655.tar.xz mpd-c2c34f78dd2b63d27bcbd6f21503bf052cad0655.zip |
new command, plchanges, and also add Num: to songinfo of playlistinfo
git-svn-id: https://svn.musicpd.org/mpd/trunk@1339 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h index 85a3683a4..59f6e433f 100644 --- a/src/command.h +++ b/src/command.h @@ -54,7 +54,7 @@ void finishCommands(); current_command = NULL; \ } \ else { \ - myfprintf(fp, "ACK [%i@%i] " format "\n", \ + myfprintf(stderr, "ACK [%i@%i] " format "\n", \ (int)error, command_listNum, \ ##__VA_ARGS__); \ } \ |