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
yaml.c
View File

@@ -274,7 +274,7 @@ int yamlin_parseandcreate(
sigprocmask(SIG_BLOCK,&nset,&oset);
#endif
if (createdir(sname,1) != 0) {
fprintf(stderr,"ERROR: could not create directory for key output\n");
fprintf(stderr,"ERROR: could not create directory \"%s\" for key output\n",sname);
return 1;
}