better log message

Signed-off-by: Matias Alejo Garcia <ematiu@gmail.com>
This commit is contained in:
Matias Alejo Garcia 2015-09-08 08:47:36 -03:00
parent 07a75c4976
commit 5d8bfa6e6f
1 changed files with 1 additions and 1 deletions

View File

@ -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);