Skip to content

Commit 2c971ac

Browse files
typo
1 parent 1a34cd6 commit 2c971ac

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

sched/db_purge.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,10 @@ int main(int argc, char** argv) {
956956
if (batch) {
957957
retval = get_retired_batch_ids(retired_batch_ids);
958958
if (retval) {
959-
log_messages.printf(MSG_CRITICAL, "Can't get retired batch IDs");
959+
log_messages.printf(MSG_CRITICAL,
960+
"Can't get retired batch IDs; retval %d\n",
961+
retval
962+
);
960963
exit(1);
961964
}
962965
}

0 commit comments

Comments
 (0)