Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
warn -> warning with log framework change
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfreedman committed Jul 26, 2016
1 parent f68e4e6 commit 6a3a482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symphony.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Symphony

request(options, (err, res, data) =>
if err?
logger.warn "received error response from #{path}: #{err}"
logger.warning "received error response from #{path}: #{err}"
deferred.reject(new Error(err))
else
logger.debug "received #{res.statusCode} response from #{path}: #{JSON.stringify(data)}"
Expand Down

0 comments on commit 6a3a482

Please sign in to comment.