From 0d819ff30f50ec1dd03ff175f4d32d7f8d74e5f1 Mon Sep 17 00:00:00 2001 From: Guillaume Wuip Date: Sat, 20 Dec 2014 10:06:12 +0100 Subject: [PATCH] Fix msg --- lib/expressLogger.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/expressLogger.js b/lib/expressLogger.js index 002ff6b..6f5b6a7 100644 --- a/lib/expressLogger.js +++ b/lib/expressLogger.js @@ -22,7 +22,7 @@ } if (console.info === undefined) { - throw new Error("No 'log' logger attach to console"); + throw new Error("No 'info' logger attach to console"); } return function (req, res, next) {