fix missing printf format argument

svn:r752
This commit is contained in:
Niels Provos 2008-04-30 04:36:26 +00:00
parent ccb70f1bc7
commit d76cca7273

View File

@ -257,7 +257,7 @@ test_bufferevent_zlib(void)
bufferevent_free(bev2);
if (test_ok != 5) {
fprintf(stdout, "FAILED: \n", test_ok);
fprintf(stdout, "FAILED: %d\n", test_ok);
exit(1);
}