From c8674a69b3ef4f2e84b1de56e1400565ace2310b Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 21 Nov 2012 09:54:19 -0500 Subject: [PATCH] More detailed error message for tmp file failure. --- dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dma.c b/dma.c index 0a2f935..cdeb5d9 100644 --- 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); -- 2.47.3