Removed bogus debug message in SDN-IP.
Change-Id: I61c3c06256508772c3e78f4ce61d1483f56107ca
Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -186,8 +186,6 @@ public class IntentSynchronizer { | ... | @@ -186,8 +186,6 @@ public class IntentSynchronizer { |
| 186 | // | 186 | // |
| 187 | intentsSynchronizerSemaphore.drainPermits(); | 187 | intentsSynchronizerSemaphore.drainPermits(); |
| 188 | } catch (InterruptedException e) { | 188 | } catch (InterruptedException e) { |
| 189 | - log.debug("SDN-IP interrupted while waiting to become " + | ||
| 190 | - "Intent Synchronization leader"); | ||
| 191 | interrupted = true; | 189 | interrupted = true; |
| 192 | break; | 190 | break; |
| 193 | } | 191 | } | ... | ... |
-
Please register or login to post a comment