Skip to content

Commit

Permalink
#21522 change log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wezell committed Jan 12, 2022
1 parent e08d926 commit 0fafda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotCMS/src/main/java/com/liferay/portal/model/UserModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ public void setUserId(String userId) {

_userId = userId;
setModified(true);
Logger.info(this, "User id has been modified");
Logger.debug(this, "User id has been modified");
} else {
Logger.info(this, "User id has not been modified");
Logger.debug(this, "User id has not been modified");
}
}

Expand Down

0 comments on commit 0fafda0

Please sign in to comment.