Skip to content

Commit c50217b

Browse files
committed
Fixed describe of the paused state of the transfer
1 parent 608ba11 commit c50217b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ydb/public/lib/ydb_cli/commands/ydb_service_scheme.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,9 @@ int TCommandDescribe::PrintTransferResponsePretty(const NYdb::NReplication::TDes
615615
case NReplication::TTransferDescription::EState::Running:
616616
Cout << desc.GetState();
617617
break;
618+
case NReplication::TTransferDescription::EState::Paused:
619+
Cout << desc.GetState();
620+
break;
618621
case NReplication::TTransferDescription::EState::Error:
619622
Cout << "Error: " << desc.GetErrorState().GetIssues().ToOneLineString();
620623
break;

0 commit comments

Comments
 (0)