better log message
Signed-off-by: Matias Alejo Garcia <ematiu@gmail.com>
This commit is contained in:
parent
07a75c4976
commit
5d8bfa6e6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue