› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Trouble with automated cycling of SMAT files › Reply To: Trouble with automated cycling of SMAT files
Anyway, we’ve modified our hciconnstatus (bin directory) so that our thread names display and use 28 characters, as we try to use descriptive thread names that typically are more than 15 characters long.
< hciconnstatus snippet >
# FACTORY SETTINGS ARE BELOW, COMMENTED OUT per Mike G
# set hfmt “%-15.15s %-15.15s %-10.10s %-15.15s %-20.20s” ;# Heading format
# set fmt “%-15.15s %-15.15s %-10.10s %-15.15s %-20.20s” ;# Output line format
# echo [format $hfmt Process Connection State “Proto Status” When]
# echo ”
set hfmt “%-15.15s %-28.28s %-5.5s %-7.7s %-20.20s” ;# Heading format
set fmt “%-15.15s %-28.28s %-5.5s %-7.7s %-20.20s” ;# Output line format