fixed one incorrect fprintf to stderr

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11968 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2003-04-04 02:10:17 +00:00
parent a88a8b9659
commit f64b6ae0cc
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-04-03 Assar Westerlund <assar@kth.se>
* push.c: fixed one incorrect fprintf to stderr
2003-03-18 Love H<>rnquist <20>strand <lha@it.su.se>
* push.c: add names of pop states, add some more debugging and use

View File

@@ -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) {