Move simplelog lib to separable

This commit is contained in:
crater2150 2016-04-04 14:59:55 +02:00
parent 5b32a8cab3
commit e846420728
2 changed files with 1 additions and 1 deletions

2
rc.lua
View file

@ -10,7 +10,7 @@ inspect = require("lib.inspect")
-- }}}
-- {{{ Logging
log = require("simplelog")
log = require("separable.simplelog")
log.add_logger(log.loggers.stdio, log.level.DEBUG)
log.add_logger(log.loggers.naughty, log.level.WARNING)
-- }}}