diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2012-08-28 11:23:33 +0100 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2012-08-28 11:23:33 +0100 |
commit | 6d06abc78102f54f6ba1705ae8df89ef3949c212 (patch) | |
tree | d8f2c7b51c3aa0e3fb7d6acf3953b7a3c4e2569f | |
parent | 11314ec59c7cb6dee90c6600e25195f49c31357c (diff) | |
download | gitano-6d06abc78102f54f6ba1705ae8df89ef3949c212.tar.gz |
BIN: Move the welcome msg to debug, since it's more annoying than useful
-rw-r--r-- | bin/gitano-auth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gitano-auth b/bin/gitano-auth index 6e0af25..f5a95a5 100644 --- a/bin/gitano-auth +++ b/bin/gitano-auth @@ -128,7 +128,7 @@ else gitano.log.fatal("Ruleset denied action. Sorry.") end -gitano.log.chat("Welcome to " .. config.global.site_name) +gitano.log.debug("Welcome to " .. config.global.site_name) gitano.log.debug("Running:") for i = 1, #parsed_cmdline do gitano.log.debug(" => " .. parsed_cmdline[i]) |