]> git.ipfire.org Git - people/ms/dma.git/commitdiff
More detailed error message for tmp file failure.
authorEd Maste <emaste@freebsd.org>
Wed, 21 Nov 2012 14:54:19 +0000 (09:54 -0500)
committerEd Maste <emaste@freebsd.org>
Wed, 21 Nov 2012 14:54:19 +0000 (09:54 -0500)
dma.c

diff --git a/dma.c b/dma.c
index 0a2f93580347e4db52446668aed98c4f79d7a90a..cdeb5d93992750be95e855ecb8a3bddabfd9ccfa 100644 (file)
--- a/dma.c
+++ b/dma.c
@@ -580,7 +580,7 @@ skipopts:
                errlog(1, NULL);
 
        if (newspoolf(&queue) != 0)
-               errlog(1, "can not create temp file");
+               errlog(1, "can not create temp file in `%s'", config.spooldir);
 
        setlogident("%s", queue.id);