debuga(_("Deleting empty directory %s\n"),Path);
if (index) {
if (strlen(Path)+strlen(INDEX_HTML_FILE)+2>=PathSize) {
- debuga(_("Buffer to small to delete index file %s/%s"),Path,INDEX_HTML_FILE);
+ debuga(_("Buffer too small to delete index file %s/%s"),Path,INDEX_HTML_FILE);
exit(EXIT_FAILURE);
}
strcat(Path,"/"INDEX_HTML_FILE);
} else if (S_ISDIR(st.st_mode)) {
unlinkdir(dname,0);
} else {
- debuga(_("unknown path type %s\n"),dname);
+ debuga(_("Unknown path type %s\n"),dname);
}
}
closedir(dirp);
exit(EXIT_FAILURE);
}
} else {
- debuga(_("unknown path type %s\n"),dname);
+ debuga(_("Unknown path type %s\n"),dname);
}
}
closedir(dirp);