Show project name in config push failure log

Change-Id: I9b6c165c3e1f5cb9ae2b4f23cbdbd421a08b7f1b
This commit is contained in:
Han-Wen Nienhuys
2018-01-31 16:49:54 +01:00
committed by hanwen
parent 7f54a2c63c
commit ca632f9e4d

View File

@@ -450,7 +450,7 @@ public class CommitValidators {
+ " tried to push an invalid project configuration "
+ receiveEvent.command.getNewId().name()
+ " for project "
+ receiveEvent.project,
+ receiveEvent.project.getName(),
e);
throw new CommitValidationException("invalid project configuration", messages);
}