aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/utils.c')
-rw-r--r--FICS/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/utils.c b/FICS/utils.c
index 1796361..57171fc 100644
--- a/FICS/utils.c
+++ b/FICS/utils.c
@@ -1184,7 +1184,7 @@ t_mft(struct t_dirs *d)
struct t_tree **t;
if ((dirp = opendir(d->name)) == NULL) {
- fprintf(stderr, "FICS: %s: couldn't opendir\n", __func__);
+ warn("%s: opendir() error", __func__);
return;
}
while ((dp = readdir(dirp))) {