mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Fixed pakfire error message - this fixes bug #0000688
This commit is contained in:
@@ -220,7 +220,7 @@ sub fetchfile {
|
|||||||
$allok = 1;
|
$allok = 1;
|
||||||
return 0;
|
return 0;
|
||||||
} else {
|
} else {
|
||||||
logger("DOWNLOAD ERROR: Could not open $Conf::cachedir/$bfile for writing.");
|
logger("DOWNLOAD ERROR: Could not open $Conf::tmpdir/$bfile for writing.");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user