Fix printf

This commit is contained in:
Steven Dee 2014-04-19 01:42:07 +00:00
parent 4ba1e105e4
commit 36133b61e5

View File

@ -1003,7 +1003,7 @@ _sist_rest(u2_reck* rec_u)
//
c3_assert(rec_u->ent_d == old_d);
if ( las_d + 1 != old_d ) {
uL(fprintf(uH, "checkpoint and log disagree! las:%u old:%u\n",
uL(fprintf(uH, "checkpoint and log disagree! las:%llu old:%llu\n",
las_d + 1, old_d));
uL(fprintf(uH, "Some events appear to be missing from the log.\n"
"Please contact the authorities, "