diff options
author | Christian Hesse <mail@eworm.de> | 2020-05-17 23:40:59 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-05-17 23:40:59 +0200 |
commit | 31799940177cf2c5f8860fba6bd4cc81cbba8244 (patch) | |
tree | 5d27983a9cb903dbd16cd216de2e11c722c2b84e | |
parent | ce5e34ef9e4d99f6f98819cd5960e9e839ab090b (diff) |
global-functions: $DownloadPackage: replace comment with debug output
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index bae9fd6..b4dae22 100644 --- a/global-functions +++ b/global-functions @@ -261,7 +261,7 @@ :return true; } } on-error={ - # catch error and fall through + $LogPrintExit debug ("Downloading package failed.") false; } / file remove [ find where name=$PkgDest ]; |