From 5d8bfa6e6f38cc9a0952b8eebb6d183dd8d1d218 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 8 Sep 2015 08:47:36 -0300 Subject: [PATCH] better log message Signed-off-by: Matias Alejo Garcia --- src/js/controllers/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/controllers/index.js b/src/js/controllers/index.js index 536806f51..3a944211f 100644 --- a/src/js/controllers/index.js +++ b/src/js/controllers/index.js @@ -267,7 +267,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r if (!opts.quiet) self.setOngoingProcess('updatingStatus', true); - $log.debug('Updating Status:', fc, tries); + $log.debug('Updating Status:', fc.credentials.walletName, tries); get(function(err, walletStatus) { var currentStatusHash = _walletStatusHash(walletStatus); $log.debug('Status update. hash:' + currentStatusHash + ' Try:' + tries);