Skip to content

Commit 3c31b2e

Browse files
pablohesunmark
authored andcommitted
Update AuthorizationCache.java
Fixed a small typo on a log message.
1 parent 66a3f37 commit 3c31b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cesecore-common/src/org/cesecore/authorization/AuthorizationCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public void refresh(final AuthorizationCacheCallback authorizationCacheCallback,
133133
try {
134134
get(entry.authenticationToken, authorizationCacheCallback);
135135
} catch (AuthenticationFailedException e) {
136-
log.debug("Unexpected failure during refresh if authroization cache: " + e.getMessage());
136+
log.debug("Unexpected failure during refresh if authorization cache: " + e.getMessage());
137137
}
138138
}
139139
}

0 commit comments

Comments
 (0)