Opened this issue 12 years ago ยท 1 comments
the line should be like "Repl options: %s %s %s" (log/info "Repl options: %s %s %s" (cfg/get-string plugin "repl.host") (cfg/get-int plugin "repl.port") (cfg/get-boolean plugin "repl.enabled")))
"Repl options: %s %s %s"
(log/info "Repl options: %s %s %s" (cfg/get-string plugin "repl.host") (cfg/get-int plugin "repl.port") (cfg/get-boolean plugin "repl.enabled")))
Thanks, fixed :)