Changed the angel logigng to use info instead of log, to more easily differentiate.

This commit is contained in:
Scott Erickson 2014-07-06 15:01:39 -07:00
parent 850712442d
commit aea1d0e8f2

View file

@ -34,7 +34,7 @@ module.exports = class Angel extends CocoClass
# say: debugging stuff, usually off; log: important performance indicators, keep on
say: (args...) -> #@log args...
log: (args...) -> console.log "|#{@shared.godNick}'s #{@nick}|", args...
log: (args...) -> console.info "|#{@shared.godNick}'s #{@nick}|", args...
testWorker: =>
return if @destroyed