summaryrefslogtreecommitdiff
path: root/packages/log.source.sh
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-20 08:40:59 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:05 +0100
commit61aeed196b412ca0c57a8b7a52593215752f1e37 (patch)
treee8dd1e70cebc0e9459e4b316f664d1476ff6997a /packages/log.source.sh
parent39ad6ec3be66ef5c1a9ac99e34a616ebdcf1dab7 (diff)
some log bugfixing, also add another alternate config file path
Diffstat (limited to 'packages/log.source.sh')
-rw-r--r--packages/log.source.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/log.source.sh b/packages/log.source.sh
index 2c6e1b3..56c6587 100644
--- a/packages/log.source.sh
+++ b/packages/log.source.sh
@@ -1,6 +1,7 @@
# Log a message.
log () {
local -r level="$1"; shift
+ local message
for message in "$@"; do
echo "$message"