Changed log level to trace for vpc router element

This commit is contained in:
Alena Prokharchyk 2012-06-15 12:57:44 -07:00
parent 53f6739900
commit 5235894b20
1 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ public class VpcVirtualRouterElement extends VirtualRouterElement implements Vpc
Long vpcId = network.getVpcId();
if (vpcId == null) {
s_logger.warn("Network " + network + " is not associated with any VPC");
s_logger.trace("Network " + network + " is not associated with any VPC");
return false;
}
@ -159,7 +159,7 @@ public class VpcVirtualRouterElement extends VirtualRouterElement implements Vpc
Long vpcId = network.getVpcId();
if (vpcId == null) {
s_logger.warn("Network " + network + " is not associated with any VPC");
s_logger.trace("Network " + network + " is not associated with any VPC");
return false;
}