aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--capsman-download-packages4
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;
}