Add debug log for port status update 30/70230/2
authorJosh <jhershbe@redhat.com>
Sun, 1 Apr 2018 06:45:17 +0000 (09:45 +0300)
committerSam Hague <shague@redhat.com>
Mon, 2 Apr 2018 17:29:34 +0000 (17:29 +0000)
Make this puppy a little more debug-able.

Change-Id: Icd927169945112c4b06ff7f2d596a380a455bba3
Signed-off-by: Josh <jhershbe@redhat.com>
neutronvpn/api/src/main/java/org/opendaylight/netvirt/neutronvpn/api/utils/NeutronUtils.java

index 2f35b8878fce29b5d7b8f26f48a31103cdbf023f..882edfc12462800142998f0bf061aadf9916858c 100644 (file)
@@ -87,6 +87,8 @@ public final class NeutronUtils {
             return false;
         }
 
+        LOG.debug("writePortStatus: operational port status for {} set to {}", uuid, portStatus);
+
         return true;
     }