]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Fixed pakfire error message - this fixes bug #0000688
authorChristian Schmidt <christian.schmidt@ipfire.org>
Tue, 13 Jul 2010 23:08:39 +0000 (01:08 +0200)
committerChristian Schmidt <christian.schmidt@ipfire.org>
Tue, 13 Jul 2010 23:08:39 +0000 (01:08 +0200)
src/pakfire/lib/functions.pl

index 5aaa5f41fa872220cda201f41ab80bdff5895560..ba0242367fdfa6e571515b426f53e95db5cba6b4 100644 (file)
@@ -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;