aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions
diff options
context:
space:
mode:
Diffstat (limited to 'global-functions')
-rw-r--r--global-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions
index f212759..038f149 100644
--- a/global-functions
+++ b/global-functions
@@ -485,7 +485,7 @@
:return ("\1B[" . $Color->$1 . "m" . $1 . "\1B[0m");
}
- :local Log ($Name . ": " . $Message);
+ :local Log ([ $EitherOr $Name "<unknown>" ] . ": " . $Message);
:if ($Severity ~ ("^(debug|error|info)\$")) do={
:if ($Severity = "debug") do={ :log debug $Log; }
:if ($Severity = "error") do={ :log error $Log; }