From 9975709ab7c29540af2c298aeabafdee09d2a62c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sun, 21 Feb 2021 21:40:28 +0100 Subject: capsman-download-packages: give more context in output --- capsman-download-packages | 4 ++-- 1 file 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; } -- cgit v1.2.3-54-g00ecf