From 2fd5667b3dae878ea484631ab3cdb7b31850ece1 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Wed, 20 Apr 2016 14:10:33 +0300 Subject: [PATCH] Changed logger format --- lib/Utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Utils.js b/lib/Utils.js index 41ad31c5..66cd5593 100644 --- a/lib/Utils.js +++ b/lib/Utils.js @@ -2,7 +2,7 @@ * Version: 1.4 * Author: Jiiks | http://jiiks.net * Date: 25/08/2015 - 09:19 - * Last Updated: 30/03/2016 + * Last Updated: 20/04/2016 * https://github.com/Jiiks/BetterDiscordApp */ @@ -99,7 +99,7 @@ Utils.prototype.updateLoading = function(message, cur, max) { //Logger Utils.prototype.log = function(message) { - console.log("BetterDiscord: " + message); + console.log("[BetterDiscord]" + message); logs += message + eol; } Utils.prototype.saveLogs = function(path) {