Sho SHIMIZU
Committed by Gerrit Code Review

Add logging for debug

Change-Id: I104ca116fdb70ae1642865643832f448f043f0ba
......@@ -227,6 +227,7 @@ public class OpticalPathProvisioner {
// Submit the intents
for (Intent i : intents) {
intentService.submit(i);
log.debug("Submitted an intent: {}", i);
}
}
......