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")); "and do not delete your pier!\n"));
u3_lo_bail(); 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 { else {
// Execute the fscking things. This is pretty much certain to crash. // Execute the fscking things. This is pretty much certain to crash.