about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xbollux2
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index 2e0b9a1..8e1207b 100755 --- a/bollux +++ b/bollux
@@ -59,7 +59,7 @@ log() { # log LEVEL MESSAGE
59 esac 59 esac
60 shift 60 shift
61 61
62 printf >&2 '\e[%sm%s:\e[0m\t%s\n' "$fmt" "$PRGN" "$*" 62 printf >&2 '\e[%sm%s:%s:\e[0m\t%s\n' "$fmt" "$PRGN" "${FUNCNAME[1]}" "$*"
63} 63}
64 64
65# main entry point 65# main entry point