lib/daemon_logger.rb in game-server-0.4.11 vs lib/daemon_logger.rb in game-server-0.4.12
- old
+ new
@@ -72,10 +72,10 @@
#{exception.backtrace.join("\n")}
EOF
# DaemonLogger.instance.send_emails_to_receivers(message) if send_mail
log(message, :error)
- ExceptionNotifier::Notifier.notify_exception(exception)
+ ExceptionNotifier.notify_exception(exception)
end
def with_exception_logging
yield