This commit is contained in:
Gabriel Bazán 2016-10-07 14:57:36 -03:00
parent 66cea8df9d
commit 92b4d32efe
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ angular.module('copayApp.services')
});
push.on('error', function(e) {
$log.error(e.message);
$log.warn('Error with push notifications:' + e.message);
});
};