removes unused fprintf arg

This commit is contained in:
Joe Bryan 2019-01-30 19:21:48 -05:00
parent 75d18fefb3
commit 051f31b31e

View File

@ -978,7 +978,7 @@ _sist_rest()
"and do not delete your pier!\n"));
u3_lo_bail();
}
uL(fprintf(uH, "rest: checkpoint is up-to-date\n", ful_c));
uL(fprintf(uH, "rest: checkpoint is up-to-date\n"));
}
else {
// Execute the fscking things. This is pretty much certain to crash.