diff --git a/src/js/services/pushNotificationsService.js b/src/js/services/pushNotificationsService.js index 8dc7a9c53..a9141a564 100644 --- a/src/js/services/pushNotificationsService.js +++ b/src/js/services/pushNotificationsService.js @@ -60,7 +60,7 @@ angular.module('copayApp.services') lodash.forEach(walletsClients, function(walletClient) { root.unsubscribe(walletClient, function(err) { - if (err) $log.warn('Subscription error: ' + err.code); + if (err) $log.warn('Unsubscription error: ' + err.message); else $log.debug('Unsubscribed from push notifications service'); }); });