Skip to content

Commit

Permalink
Correct/clarify log message
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichalek committed Jan 14, 2019
1 parent e289a8c commit fcc0323
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1228,7 +1228,7 @@ public void syncTriggers(StringBuilder sqlBuffer, boolean force) {
if (lock != null) {
log.info("Sync triggers was locked by the cluster service. The locking server id was: {}. The lock time was: {}", lock.getLockingServerId(), lock.getLockTime());
} else {
log.info("Sync triggers was locked by something but lock details were found");
log.info("Sync triggers was locked by the cluster service but lock details were not found. Perhaps the lock was released in the meantime.");
}
}
}
Expand Down

0 comments on commit fcc0323

Please sign in to comment.