From 59dc95f5175df7de54db4dae5d95fa681f177af6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Sat, 18 Sep 2010 12:31:38 +0000 Subject: [PATCH] Report the correct file name in the error message. --- log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.c b/log.c index d6e61d1..982e5c9 100644 --- a/log.c +++ b/log.c @@ -1494,7 +1494,7 @@ int main(int argc,char *argv[]) if ( ! fp_Download_Unsort ) { if ((fp_Download_Unsort = MY_FOPEN ( sz_Download_Unsort, "a")) == NULL) { - debuga(_("(log) Cannot open temporary file: %s - %s\n"),tmp3, strerror(errno)); + debuga(_("(log) Cannot open temporary file: %s - %s\n"),sz_Download_Unsort, strerror(errno)); exit (1); } } -- 2.47.2