diff options
author | Case Duckworth | 2020-06-08 10:13:34 -0500 |
---|---|---|
committer | Case Duckworth | 2020-06-08 10:13:34 -0500 |
commit | 6f4bf5108197ae2f4c27ba03fe24a8eea570e784 (patch) | |
tree | 76abaf97a7bcf46651a55d240b1fc5df737265fa | |
parent | Notes for TOFU (diff) | |
download | bollux-6f4bf5108197ae2f4c27ba03fe24a8eea570e784.tar.gz bollux-6f4bf5108197ae2f4c27ba03fe24a8eea570e784.zip |
Log function name
-rwxr-xr-x | bollux | 2 |
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 |