Skip to content
Snippets Groups Projects
Commit e17e7894 authored by Steven Murray's avatar Steven Murray
Browse files

cta/CTA#139 cta af ls --vid XXXXX command times out if there are many files on a tape

Set the header colour of the "cta af ls -h" command back to red
parent a71158b2
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,8 @@ XrdSfsXferSize ListArchiveFilesCmd::read(XrdSfsFileOffset offset, char *buffer,
m_readBuffer = "0";
if(m_displayHeader) {
m_readBuffer += "id copy no vid fseq block id instance disk id size checksum type checksum value "
"storage class owner group path creation time\n";
m_readBuffer += "\x1b[31;1mid copy no vid fseq block id instance disk id size checksum type checksum value "
"storage class owner group path creation time\x1b[0m\n";
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment