Reduced a log level for link removal message.
Change-Id: I8535d9dfe78a9042e76583d0f0fab8c3dabc00b7
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -466,8 +466,8 @@ public class GossipLinkStore | ... | @@ -466,8 +466,8 @@ public class GossipLinkStore |
| 466 | try { | 466 | try { |
| 467 | timestamp = deviceClockService.getTimestamp(dstDeviceId); | 467 | timestamp = deviceClockService.getTimestamp(dstDeviceId); |
| 468 | } catch (IllegalStateException e) { | 468 | } catch (IllegalStateException e) { |
| 469 | - log.warn("Failed to remove link {}, was not the master", key); | 469 | + log.debug("Failed to remove link {}, was not the master", key); |
| 470 | - //there are times when this is called before mastership | 470 | + // there are times when this is called before mastership |
| 471 | // handoff correctly completes. | 471 | // handoff correctly completes. |
| 472 | return null; | 472 | return null; |
| 473 | } | 473 | } | ... | ... |
-
Please register or login to post a comment