mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 00:59:39 +02:00
[openpgp] Remove INFO log sites
INFO log sites should be used sparingly and carefully. Those are a good examples for an unnecessary INFO log sites.
This commit is contained in:
parent
aa49743ef8
commit
64db6e3ebc
3 changed files with 0 additions and 6 deletions
|
@ -162,7 +162,6 @@ public class PainlessOpenPgpProvider implements OpenPgpProvider {
|
|||
|
||||
PGPPublicKeyRingCollection announcedPublicKeys = sender.getAnnouncedPublicKeys();
|
||||
if (announcedPublicKeys == null) {
|
||||
LOGGER.log(Level.INFO, "Received a message from " + sender.getJid() + " but we have no keys yet. Try fetching them.");
|
||||
try {
|
||||
sender.updateKeys(connection);
|
||||
announcedPublicKeys = sender.getAnnouncedPublicKeys();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue