mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-21 11:49:44 +08:00
Fix bugs in logging statement
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user