Sho SHIMIZU
Committed by Gerrit Code Review

Add logging for debug

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