more helpful error messages

This commit is contained in:
cathugger
2022-12-19 18:30:24 +02:00
parent d202229a43
commit 309b86fd59
3 changed files with 3 additions and 3 deletions

2
main.c
View File

@@ -214,7 +214,7 @@ static void savecheckpoint(void)
if (syncwrite(checkpointfile,1,checkpoint,SEED_LEN) < 0) {
pthread_mutex_lock(&fout_mutex);
fprintf(stderr,"ERROR: could not save checkpoint\n");
fprintf(stderr,"ERROR: could not save checkpoint to \"%s\"\n",checkpointfile);
pthread_mutex_unlock(&fout_mutex);
}
}