From 08376575abaff6e4f89bf0539c78bbdaae78aced Mon Sep 17 00:00:00 2001 From: Cryptkeeper Date: Mon, 1 Feb 2016 05:44:56 -0600 Subject: [PATCH] I should probably sleep. --- lib/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.js b/lib/util.js index c5d9892..de946a1 100644 --- a/lib/util.js +++ b/lib/util.js @@ -133,7 +133,7 @@ exports.convertPingsToGraph = function(sqlData) { // Drop old data. exports.trimOldPings(graphData); - logger.inf('Converted data structure in ' + (exports.getCurrentTimeMs() - startTime) + 'ms'); + logger.info('Converted data structure in ' + (exports.getCurrentTimeMs() - startTime) + 'ms'); return graphData; }; \ No newline at end of file