From 4a979780914f4666f05522e2c92d44be2cf62b29 Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Wed, 14 Jul 2010 01:08:39 +0200 Subject: [PATCH] Fixed pakfire error message - this fixes bug #0000688 --- src/pakfire/lib/functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pakfire/lib/functions.pl b/src/pakfire/lib/functions.pl index 5aaa5f41fa..ba0242367f 100644 --- a/src/pakfire/lib/functions.pl +++ b/src/pakfire/lib/functions.pl @@ -220,7 +220,7 @@ sub fetchfile { $allok = 1; return 0; } else { - logger("DOWNLOAD ERROR: Could not open $Conf::cachedir/$bfile for writing."); + logger("DOWNLOAD ERROR: Could not open $Conf::tmpdir/$bfile for writing."); } } else { return 0; -- 2.39.2