diff --git a/lib/utils/logger.js b/lib/utils/logger.js index 3faea33..7485294 100644 --- a/lib/utils/logger.js +++ b/lib/utils/logger.js @@ -12,7 +12,7 @@ var sections = [ var types = [ 'CON', 'CHR', - 'UDP', + 'UPD', 'BLK', 'TXS', 'STA', @@ -23,7 +23,7 @@ var types = [ var typeColors = { 'CON': chalk.reset.bold.yellow, 'CHR': chalk.reset.bold.red, - 'UDP': chalk.reset.bold.green, + 'UPD': chalk.reset.bold.green, 'BLK': chalk.reset.bold.blue, 'TXS': chalk.reset.bold.cyan, 'STA': chalk.reset.bold.red,