From f2e7644db923623543c0f6e903b77498258a1934 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Wed, 14 Jul 2010 18:14:04 +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