improve logging for app server failures. change wording to include 'push'

This commit is contained in:
Daniel Gultsch 2020-08-19 13:18:27 +02:00
parent 7d2a7d536d
commit 1958cded23

View file

@ -55,7 +55,7 @@ public class PushManagementService {
e.printStackTrace();
}
} else {
Log.d(Config.LOGTAG, a.getJid().asBareJid() + ": invalid response from app server");
Log.d(Config.LOGTAG, a.getJid().asBareJid() + ": failed to enable push. invalid response from app server "+response);
}
});
});