Skip to content

Commit

Permalink
Fix branch for Github Action
Browse files Browse the repository at this point in the history
Signed-off-by: owenhalpert <[email protected]>
  • Loading branch information
owenhalpert committed Jan 10, 2025
1 parent ac2500b commit 80067ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private void initialize(NativeMemoryCacheManagerDto nativeMemoryCacheDTO) {
if (threadPool != null) {
startMaintenance(cache);
} else {
logger.warn("ThreadPool is null during NativeMemoryCacheManager initialization. Scheduled maintenance will not be started.");
logger.warn("ThreadPool is null during NativeMemoryCacheManager initialization. Maintenance will not start.");
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private void buildCache() {
if (threadPool != null) {
startMaintenance(cache);
} else {
log.warn("ThreadPool is null during QuantizationStateCache initialization. Scheduled maintenance will not be started.");
log.warn("ThreadPool is null during QuantizationStateCache initialization. Maintenance will not start.");
}
}

Expand Down

0 comments on commit 80067ee

Please sign in to comment.