Skip to content

Commit 0ddfafe

Browse files
authored
Merge 7b18a17 into e0fcd02
2 parents e0fcd02 + 7b18a17 commit 0ddfafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/backpressure/queue_backpressure_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ class TVDiskBackpressureClientActor : public TActorBootstrapped<TVDiskBackpressu
459459
break;
460460

461461
case EState::READY:
462-
QLOG_NOTICE_S("BSQ96", "connection lost status# " << NKikimrProto::EReplyStatus_Name(status)
462+
QLOG_INFO_S("BSQ96", "connection lost status# " << NKikimrProto::EReplyStatus_Name(status)
463463
<< " errorReason# " << errorReason << " timeout# " << timeout);
464464
ctx.Send(BlobStorageProxy, new TEvProxyQueueState(VDiskId, QueueId, false, false, nullptr));
465465
Queue.DrainQueue(status, TStringBuilder() << "BS_QUEUE: " << errorReason, ctx);

0 commit comments

Comments
 (0)