summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-08-28 11:23:33 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-08-28 11:23:33 +0100
commit6d06abc78102f54f6ba1705ae8df89ef3949c212 (patch)
treed8f2c7b51c3aa0e3fb7d6acf3953b7a3c4e2569f /bin
parent11314ec59c7cb6dee90c6600e25195f49c31357c (diff)
downloadgitano-6d06abc78102f54f6ba1705ae8df89ef3949c212.tar.gz
BIN: Move the welcome msg to debug, since it's more annoying than useful
Diffstat (limited to 'bin')
-rw-r--r--bin/gitano-auth2
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])