aboutsummaryrefslogtreecommitdiffstats
path: root/bin/nfcollect.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nfcollect.c')
-rw-r--r--bin/nfcollect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nfcollect.c b/bin/nfcollect.c
index 52791f8..1772c60 100644
--- a/bin/nfcollect.c
+++ b/bin/nfcollect.c
@@ -119,7 +119,7 @@ int main(int argc, char *argv[]) {
g.compression_type = get_compression(compression_flag);
if (check_basedir_exist(storage) < 0)
- FATAL("Storage directory does not exist");
+ FATAL("Storage directory: %s does not exist", storage);
// register signal handler
if (signal(SIGHUP, sig_handler) == SIG_ERR)