diff --git a/lib/Utils.js b/lib/Utils.js index 41ad31c..66cd559 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) {