Skip to content

Commit

Permalink
Merge branch 'logger' of https://github.com/easybib/statsd into logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Schauenberg committed Jul 20, 2012
2 parents 70e688b + dee8857 commit a30c310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logger.js
Expand Up @@ -20,7 +20,7 @@ Logger.prototype = {
if (!type) {
type = 'DEBUG: ';
}
this.util.log(DEBUG + msg);
this.util.log(type + msg);
} else {
if (!type) {
type = this.level
Expand Down

0 comments on commit a30c310

Please sign in to comment.