Skip to content

Commit

Permalink
issue-28941-Modification to message key
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeha2383 committed Aug 22, 2024
1 parent 588d60e commit 0755a4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ public Map<String, Object> updateUser(String userId, String newUserID, String fi
} catch(DotDataException | DotStateException e) {
ActivityLogger.logInfo(getClass(), "Error Updating User", "Date: " + date + "; "+ "User:" + modUser.getUserId());
AdminLogger.log(getClass(), "Error Updating User", "Date: " + date + "; "+ "User:" + modUser.getUserId());
throw new DotDataException(LanguageUtil.get(uWebAPI.getLoggedInUser(request),"User-Info-Save-Failed " + e.getMessage()),"User-Info-Save-Failed",e);
throw new DotDataException(LanguageUtil.get(uWebAPI.getLoggedInUser(request), e.getMessage()),"User-Info-Save-Failed",e);

}

Expand Down

0 comments on commit 0755a4d

Please sign in to comment.