# HG changeset patch # User Kim Alvefur # Date 1341010816 -7200 # Node ID a8b63fbad8079e7be0c8388c58d6bb50eaf5a7d4 # Parent 2c2e241e68df13632823009cc98f7c6c773754dd clix.lua: Create the logger with the name "clix" diff -r 2c2e241e68df -r a8b63fbad807 clix.lua --- a/clix.lua Sat Jun 30 00:59:47 2012 +0200 +++ b/clix.lua Sat Jun 30 01:00:16 2012 +0200 @@ -59,7 +59,7 @@ return nil; end verse.set_log_handler(io.stderr, opts.quiet and {} or not opts.verbose and {"info", "error"}); - local conn = verse.new(); + local conn = verse.new(verse.new_logger("clix")); for _, plugin in ipairs(plugins or {}) do conn:add_plugin(plugin); end