improve logging for app server failures. change wording to include 'push'
This commit is contained in:
parent
7d2a7d536d
commit
1958cded23
|
@ -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);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue