Skip to content

Commit

Permalink
merge forward error in logger name (#8949)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanHoogland authored Apr 19, 2024
1 parent 3cabe69 commit e1922da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage/src/main/java/com/cloud/usage/UsageManagerImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -2247,7 +2247,7 @@ protected void runInContext() {
private class AbandonJob extends Thread {
@Override
public void run() {
s_logger.info("exitting Usage Manager");
logger.info("exitting Usage Manager");
deleteOpenjob();
}
private void deleteOpenjob() {
Expand Down

0 comments on commit e1922da

Please sign in to comment.