Fix various logging/variable scopes

This commit is contained in:
Max Dor
2019-05-27 17:12:52 +02:00
parent 27b2976e42
commit 774795c203
7 changed files with 17 additions and 11 deletions

View File

@@ -33,8 +33,7 @@ public class InternalServerError extends HttpMatrixException {
super(
HttpStatus.SC_INTERNAL_SERVER_ERROR,
"M_UNKNOWN",
"An internal server error occured. If this error persists, please contact support with reference #" +
Instant.now().toEpochMilli()
"An internal server error occurred. Contact your administrator with reference Transaction #" + Instant.now().toEpochMilli()
);
}