Skip to content

Commit

Permalink
Update StorageLockFileManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
hg-ms committed Sep 25, 2024
1 parent 77d72ab commit 6df0215
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private synchronized boolean isReady()
@Override
public StorageLockFileManager.Default start()
{
logger.debug("Starting log file manager thread ");
logger.info("Starting log file manager thread ");
Thread lockFileManagerThread = this.threadProvider.provideLockFileManagerThread(this);
this.executor.scheduleWithFixedDelay(lockFileManagerThread, 0, this.setup.updateInterval(), TimeUnit.MICROSECONDS);
return this;
Expand Down

0 comments on commit 6df0215

Please sign in to comment.