mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 03:07:59 +08:00
Fix bugs in logging statement
This commit is contained in:
@@ -424,7 +424,7 @@ public class Repository implements FileSystemListener, RepositoryLogger {
|
|||||||
synchronized (fileSystem) {
|
synchronized (fileSystem) {
|
||||||
if (userMap.remove(username) != null) {
|
if (userMap.remove(username) != null) {
|
||||||
writeUserList(userMap, anonymousAccessAllowed);
|
writeUserList(userMap, anonymousAccessAllowed);
|
||||||
log.info("User access d from repository '" + name + "': " + username);
|
log.info("User access removed from repository '" + name + "': " + username);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user