=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/roaming_common.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/ssh/Attic/roaming_common.c 2009/06/12 20:43:22 1.2 +++ src/usr.bin/ssh/Attic/roaming_common.c 2009/06/13 11:55:39 1.3 @@ -70,7 +70,8 @@ if (ret > 0 && !resume_in_progress) { write_bytes += ret; } - debug("Wrote %ld bytes for a total of %lld", (long)ret, write_bytes); + debug3("Wrote %ld bytes for a total of %llu", (long)ret, + (unsigned long long)write_bytes); return ret; }