Skip to content

Commit

Permalink
Clearer log
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs committed Jun 8, 2011
1 parent c01fdc0 commit 1c2cf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.js
Expand Up @@ -339,7 +339,7 @@ Feed.prototype.on_couch_error = function on_couch_error(er) {
Feed.prototype.die = function(er) {
var self = this;

self.log.fatal('Fatal error: ' + er.toString());
self.log.fatal('Fatal error: ' + er.stack);

self.emit('error', er);

Expand Down

0 comments on commit 1c2cf3e

Please sign in to comment.