commit | dc7cfcd403fb623b7230f508b5783bbefbac8796 | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@ak.jp.nec.com> | Mon Feb 13 16:16:55 2017 -0800 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Tue Feb 14 00:18:19 2017 +0000 |
tree | 127e8f87aaa80e9feac1d8ef67b157c94101a5bf | |
parent | e410e630b034ca95a8fe10a4ffd20c3cf49c68f8 [diff] |
Add log on ProtectedTransportIntent compilation error Change-Id: Ie6ca008fc88f0168e4ce81129e73d235f8a9c1a1
diff --git a/core/net/src/main/java/org/onosproject/net/intent/impl/compiler/ProtectedTransportIntentCompiler.java b/core/net/src/main/java/org/onosproject/net/intent/impl/compiler/ProtectedTransportIntentCompiler.java index 94d1138..e3c7d02 100644 --- a/core/net/src/main/java/org/onosproject/net/intent/impl/compiler/ProtectedTransportIntentCompiler.java +++ b/core/net/src/main/java/org/onosproject/net/intent/impl/compiler/ProtectedTransportIntentCompiler.java
@@ -482,6 +482,7 @@ .reduce(Sets::intersection); if (!common.isPresent() || common.get().isEmpty()) { + log.error("No common label available for: {}", path); throw new IntentCompilationException("No common label available for: " + path); } return common.get();