Skip to content

Commit

Permalink
LPD-1476 Be more precise
Browse files Browse the repository at this point in the history
  • Loading branch information
stian-sigvartsen committed Feb 22, 2024
1 parent 5322aa0 commit 08ca668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal-impl/src/com/liferay/portal/util/PortalImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -5796,7 +5796,7 @@ public boolean isImpersonated(HttpServletRequest httpServletRequest) {
catch (Exception exception) {
if (_log.isWarnEnabled()) {
_log.warn(
"Unable to determine if user is impersonated", exception);
"Unable to impersonate " + doAsUserIdString, exception);
}

return false;
Expand Down

0 comments on commit 08ca668

Please sign in to comment.