mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Raise log level of InterruptedException
in SynchronizationPoint.
This commit is contained in:
parent
ed67ed8e11
commit
31d573753b
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ public class SynchronizationPoint<E extends Exception> {
|
|||
break;
|
||||
}
|
||||
} catch (InterruptedException e) {
|
||||
LOGGER.log(Level.FINE, "Spurious interrupt while waiting for condition or timeout", e);
|
||||
LOGGER.log(Level.WARNING, "Thread interrupt while waiting for condition or timeout ignored", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue