diff options
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__); \ } \ |