From 9d309c5dc4cd8774096f252937f30a8773dd8cc3 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Sat, 25 Jul 2015 22:29:53 -0700 Subject: [PATCH] comment tweak --- lib/bunyan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bunyan.js b/lib/bunyan.js index 7eb626e..24ff3bc 100644 --- a/lib/bunyan.js +++ b/lib/bunyan.js @@ -348,7 +348,7 @@ function Logger(options, _childOptions, _childSimple) { return; } - // Null values. + // Start values. var self = this; if (parent) { this._level = parent._level;