summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/log.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log.sh b/lib/log.sh
index 26bc5bb..ee89f38 100644
--- a/lib/log.sh
+++ b/lib/log.sh
@@ -52,7 +52,7 @@ function log {
local label=''
if [[ ${level} == 'error' ]]; then
- label="${d} ERROR Function ${FUNCNAME[1]}: "
+ label="${d} ERROR "
elif [[ ${level} == 'warn' ]]; then
label="${d} WARN "
elif [[ ${level} == 'debug' ]]; then

Generated by cgit