Fix bugs in logging statement

This commit is contained in:
logresearch
2024-07-03 15:19:12 +08:00
committed by GitHub
parent c19cab17a1
commit 7d41701960
@@ -424,7 +424,7 @@ public class Repository implements FileSystemListener, RepositoryLogger {
synchronized (fileSystem) {
if (userMap.remove(username) != null) {
writeUserList(userMap, anonymousAccessAllowed);
log.info("User access d from repository '" + name + "': " + username);
log.info("User access removed from repository '" + name + "': " + username);
return true;
}
return false;