diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-21 21:40:28 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-21 21:40:28 +0100 |
commit | 9975709ab7c29540af2c298aeabafdee09d2a62c (patch) | |
tree | 71df3ed246a7080f74e7270ff22605ed69227431 /capsman-download-packages | |
parent | 940d31b55592ee76c75c6e9da59369127b04940f (diff) |
capsman-download-packages: give more context in output
Diffstat (limited to 'capsman-download-packages')
-rw-r--r-- | capsman-download-packages | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/capsman-download-packages b/capsman-download-packages index 839540e..a9ef529 100644 --- a/capsman-download-packages +++ b/capsman-download-packages @@ -30,10 +30,10 @@ $WaitFullyConnected; :if ([ :len [ / file find where name=$PackagePath type="directory" ] ] = 0) do={ :if ([ $MkDir $PackagePath ] = false) do={ - $LogPrintExit warning ("Creating directory at package path (" . \ + $LogPrintExit warning ("Creating directory at CAPsMAN package path (" . \ $PackagePath . ") failed!") true; } - $LogPrintExit info ("Created directory at package path (" . $PackagePath . \ + $LogPrintExit info ("Created directory at CAPsMAN package path (" . $PackagePath . \ "). Please place your packages!") false; } |