aboutsummaryrefslogtreecommitdiffstats
path: root/packages-update
diff options
context:
space:
mode:
Diffstat (limited to 'packages-update')
-rw-r--r--packages-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages-update b/packages-update
index 3142a85..bb138d7 100644
--- a/packages-update
+++ b/packages-update
@@ -48,7 +48,7 @@ $ScriptLock $0;
:foreach Package in=[ / system package find where !bundle ] do={
:local PkgName [ / system package get $Package name ];
:if ([ $DownloadPackage $PkgName ($Update->"latest-version") ] = false) do={
- $LogPrintExit2 error $0 ("Download for package " . $PkgName . " failed.") true;
+ $LogPrintExit2 error $0 ("Download for package " . $PkgName . " failed, update aborted.") true;
}
}