fix #2771 Suppress debug log in ThumbnailManager to active generating state only.

This commit is contained in:
Shinsuke Sugaya 2023-10-12 08:34:16 +09:00
parent 49cb0dd09c
commit 1d0dc43f00

View file

@ -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) {