Changed logger format

This commit is contained in:
Jiiks 2016-04-20 14:10:33 +03:00
parent 23ec794f07
commit 2fd5667b3d
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* Version: 1.4 * Version: 1.4
* Author: Jiiks | http://jiiks.net * Author: Jiiks | http://jiiks.net
* Date: 25/08/2015 - 09:19 * Date: 25/08/2015 - 09:19
* Last Updated: 30/03/2016 * Last Updated: 20/04/2016
* https://github.com/Jiiks/BetterDiscordApp * https://github.com/Jiiks/BetterDiscordApp
*/ */
@ -99,7 +99,7 @@ Utils.prototype.updateLoading = function(message, cur, max) {
//Logger //Logger
Utils.prototype.log = function(message) { Utils.prototype.log = function(message) {
console.log("BetterDiscord: " + message); console.log("[BetterDiscord]" + message);
logs += message + eol; logs += message + eol;
} }
Utils.prototype.saveLogs = function(path) { Utils.prototype.saveLogs = function(path) {