pier: improves replay printfs

This commit is contained in:
Joe Bryan 2019-11-21 23:33:02 -08:00
parent 4e0e0b4b31
commit 648b9e9181

View File

@ -1656,10 +1656,14 @@ _pier_boot_ready(u3_pier* pir_u)
//
_pier_work_boot(pir_u, c3n);
}
else if ( (1ULL + god_u->dun_d) == log_u->com_d ) {
fprintf(stderr, "pier: replaying event %" PRIu64 "\r\n",
log_u->com_d);
}
else {
fprintf(stderr, "pier: replaying events %" PRIu64
" through %" PRIu64 "\r\n",
god_u->dun_d,
(c3_d)(1ULL + god_u->dun_d),
log_u->com_d);
}