.
This commit is contained in:
parent
e2fc49c968
commit
a934befc3d
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ public class RelationService extends QueueConsumer implements InitializingBean {
|
||||||
if (req.getServiceStatus() != null) {
|
if (req.getServiceStatus() != null) {
|
||||||
log.debug("To relation {} set serivceStatus=\"{}\" by user request.", relation.getId(), req.getServiceStatus());
|
log.debug("To relation {} set serivceStatus=\"{}\" by user request.", relation.getId(), req.getServiceStatus());
|
||||||
relation.setServiceStatus(req.getServiceStatus());
|
relation.setServiceStatus(req.getServiceStatus());
|
||||||
} else {
|
} else { // never - см. валидатор relationUpdateRequestValidator
|
||||||
if (relation.getConsumerId() == null) {
|
if (relation.getConsumerId() == null) {
|
||||||
log.warn("Relation[{}]. consumerId was null", relation.getId());
|
log.warn("Relation[{}]. consumerId was null", relation.getId());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue