Skip to content

Commit

Permalink
feature(logging): Removed to_s redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Mar 26, 2018
1 parent 0d4ffb5 commit ab0d522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bugsnag/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def debug(message)
# Formats a message being logged by Bugsnag
def format_message(message)
datetime = Time.new.to_s
"** [Bugsnag] #{datetime}: #{message.to_s}\n"
"** [Bugsnag] #{datetime}: #{message}\n"
end

private
Expand Down

0 comments on commit ab0d522

Please sign in to comment.