diff --git a/appl/push/ChangeLog b/appl/push/ChangeLog index b89efd0ca..e90e34e85 100644 --- a/appl/push/ChangeLog +++ b/appl/push/ChangeLog @@ -1,3 +1,7 @@ +2003-04-03 Assar Westerlund + + * push.c: fixed one incorrect fprintf to stderr + 2003-03-18 Love Hörnquist Åstrand * push.c: add names of pop states, add some more debugging and use diff --git a/appl/push/push.c b/appl/push/push.c index 8796ac5fc..1d51992a8 100644 --- a/appl/push/push.c +++ b/appl/push/push.c @@ -420,7 +420,7 @@ doit(int s, state = QUIT; net_write (s, "QUIT\r\n", 6); if (verbose > 1) - fprintf (stderr, "QUIT\r\n", 6); + fprintf (stderr, "QUIT\r\n"); break; } } else if (++state == STAT) {