Skip to content

Commit

Permalink
Merge pull request nandub#137 from jasonvasquez/log_messages_at_debug…
Browse files Browse the repository at this point in the history
…_level

Log room messages at the debug level
  • Loading branch information
nandub committed Jan 11, 2015
2 parents 657ff3c + 09f1f09 commit b0502d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/irc.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class IrcBot extends Adapter

user = self.createUser to, from
if user.room
logger.info "#{to} <#{from}> #{message}"
logger.debug "#{to} <#{from}> #{message}"
else
unless message.indexOf(to) == 0
message = "#{to}: #{message}"
Expand Down

0 comments on commit b0502d0

Please sign in to comment.