From: Christian Schmidt Date: Tue, 13 Jul 2010 23:08:39 +0000 (+0200) Subject: Fixed pakfire error message - this fixes bug #0000688 X-Git-Tag: v2.9-beta1~161 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=4a979780914f4666f05522e2c92d44be2cf62b29;ds=sidebyside Fixed pakfire error message - this fixes bug #0000688 --- 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;