about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2020-06-08 10:13:34 -0500
committerCase Duckworth2020-06-08 10:13:34 -0500
commit6f4bf5108197ae2f4c27ba03fe24a8eea570e784 (patch)
tree76abaf97a7bcf46651a55d240b1fc5df737265fa
parentNotes for TOFU (diff)
downloadbollux-6f4bf5108197ae2f4c27ba03fe24a8eea570e784.tar.gz
bollux-6f4bf5108197ae2f4c27ba03fe24a8eea570e784.zip
Log function name
-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