]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/pakfire/lib/functions.pl
Fixed pakfire error message - this fixes bug #0000688
[people/pmueller/ipfire-2.x.git] / 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;