You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/implementation/AmqpReceiveLinkProcessor.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -332,7 +332,7 @@ public void request(long request) {
332
332
finalAmqpReceiveLinklink = currentLink;
333
333
if (link != null && !linkCreditsAdded.getAndSet(true)) {
334
334
intcredits = getCreditsToAdd();
335
-
logger.info("Link credits not yet added. Adding: {}", credits);
335
+
logger.verbose("Link credits not yet added. Adding: {}", credits);
336
336
link.addCredits(credits);
337
337
}
338
338
@@ -484,7 +484,7 @@ private int getCreditsToAdd() {
0 commit comments