Skip to content

Commit 8f996ac

Browse files
logger fix
1 parent 26e5d3c commit 8f996ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/jobs/src/main/java/org/apache/cloudstack/framework/jobs/impl/AsyncJobManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ protected void runInContext() {
14081408
}
14091409
});
14101410
} catch (RejectedExecutionException e) {
1411-
s_logger.warn("Failed to publish async job event, event bus publisher is shut down", e);
1411+
logger.warn("Failed to publish async job event, event bus publisher is shut down", e);
14121412
}
14131413
}
14141414

0 commit comments

Comments
 (0)