Skip to content

Commit

Permalink
Merge pull request #20 from adamghill/patch-1
Browse files Browse the repository at this point in the history
Log correct error variable.
  • Loading branch information
mikeal committed May 9, 2012
2 parents 1270298 + 9735a78 commit d083a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -124,7 +124,7 @@ function Page (templatename) {
})
} else {
self.application.logger.error('Page::Uncaught Error:')
self.application.logger.error(e)
self.application.logger.error(err)
}
})
}
Expand Down

0 comments on commit d083a68

Please sign in to comment.