Skip to content
Snippets Groups Projects
Commit 897a18f5 authored by Michael Davis's avatar Michael Davis
Browse files

[cta-admin] Adds missing status column to repack ls text output

parent 248c2f4d
No related branches found
No related tags found
No related merge requests found
......@@ -418,7 +418,8 @@ void TextFormatter::print(const cta::admin::RepackLsItem &rels_item) {
dataSizeToStr(rels_item.failed_to_retrieve_bytes()),
rels_item.failed_to_archive_files(),
dataSizeToStr(rels_item.failed_to_retrieve_bytes()),
rels_item.last_expanded_fseq()
rels_item.last_expanded_fseq(),
rels_item.status()
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment