From 2321baa4d7a3627e4ba360f1313df7b7e8cf4d86 Mon Sep 17 00:00:00 2001 From: Javier Date: Fri, 30 Oct 2015 14:58:34 -0300 Subject: [PATCH] fix log error --- src/js/controllers/preferencesInformation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/controllers/preferencesInformation.js b/src/js/controllers/preferencesInformation.js index 788f7dfbc..3969f26b5 100644 --- a/src/js/controllers/preferencesInformation.js +++ b/src/js/controllers/preferencesInformation.js @@ -97,7 +97,7 @@ angular.module('copayApp.controllers').controller('preferencesInformation', this.clearTransactionHistory = function() { storageService.removeTxHistory(c.walletId, function(err) { if (err) { - $log.err(err); + $log.error(err); return; }