Show project name in config push failure log
Change-Id: I9b6c165c3e1f5cb9ae2b4f23cbdbd421a08b7f1b
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user