aboutsummaryrefslogtreecommitdiffstats
path: root/bin/alv
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-04-24 09:26:29 +0000
committers-ol <s-ol@users.noreply.github.com>2020-04-24 10:38:23 +0000
commitf189c84d1174713c36d3f2c1d172e1ad76776b47 (patch)
tree4fd1b961ea9a9559563b3f088a6154e2240f69b2 /bin/alv
parentlib/string: fix str/.. (diff)
downloadalive-f189c84d1174713c36d3f2c1d172e1ad76776b47.tar.gz
alive-f189c84d1174713c36d3f2c1d172e1ad76776b47.zip
better logging interface
Diffstat (limited to 'bin/alv')
-rwxr-xr-xbin/alv2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/alv b/bin/alv
index 6abe6c8..02aee7e 100755
--- a/bin/alv
+++ b/bin/alv
@@ -13,7 +13,7 @@ for a in *arg
else
table.insert arguments, a
-Logger.init arguments.log
+Logger\init arguments.log
assert arguments[1], "no filename given"
copilot = Copilot arguments[1]