Skip to content

Commit

Permalink
Merge pull request #13440 from code-dot-org/hipchat-really-remove-dev…
Browse files Browse the repository at this point in the history
…elopers

Remove leftover call to nonexistent method (removed in #13430)
  • Loading branch information
aoby committed Feb 24, 2017
2 parents c7347ba + 0b64e47 commit 63fce4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cdo/hip_chat.rb
Expand Up @@ -51,7 +51,7 @@ def self.wrap(name)
# notify developers room and our own room
"<b>#{name}</b> failed in #{RakeUtils.format_duration(Time.now - start_time)}".tap do |message|
HipChat.log message, color: 'red', notify: 1
HipChat.developers message, color: 'red', notify: 1
HipChat.message 'server operations', message, color: 'red', notify: 1
end
# log detailed error information in our own room
HipChat.log "/quote #{e}\n#{CDO.backtrace e}", message_format: 'text'
Expand Down

0 comments on commit 63fce4b

Please sign in to comment.