fix #2771 Suppress debug log in ThumbnailManager to active generating state only.
This commit is contained in:
parent
49cb0dd09c
commit
1d0dc43f00
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ public class ThumbnailManager {
|
|||
}
|
||||
}
|
||||
} catch (final InterruptedException e) {
|
||||
if (logger.isDebugEnabled()) {
|
||||
if (generating && logger.isDebugEnabled()) {
|
||||
logger.debug("Interupted task.", e);
|
||||
}
|
||||
} catch (final Exception e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue