Fixed pakfire error message - this fixes bug #0000688

This commit is contained in:
Christian Schmidt
2010-07-14 01:08:39 +02:00
parent 06e92db23a
commit 4a97978091

View 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;