Committed by
Gerrit Code Review
Add logging for debug
Change-Id: I104ca116fdb70ae1642865643832f448f043f0ba
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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 | ... | ... |
-
Please register or login to post a comment