Skip to content

Commit 2510237

Browse files
authored
Log 'unable to make a bill' as INFO (#16469)
1 parent d91bda6 commit 2510237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/schemeshard/schemeshard__operation_backup_restore_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class TProposedWaitParts: public TSubOperationState {
105105
const auto domainPath = TPath::Init(pathIdForDomainId, context.SS);
106106

107107
auto unableToMakeABill = [&](const TStringBuf reason) {
108-
LOG_WARN_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD, "Unable to make a bill"
108+
LOG_INFO_S(context.Ctx, NKikimrServices::FLAT_TX_SCHEMESHARD, "Unable to make a bill"
109109
<< ": kind# " << TKind::Name()
110110
<< ", opId# " << operationId
111111
<< ", reason# " << reason

0 commit comments

Comments
 (0)