зеркало из https://github.com/microsoft/statsd.git
Fix bug: use type to construct log string
This commit is contained in:
Родитель
0638da7c49
Коммит
dee8857822
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче