CLI/monitoring/list: fix formatting-related error

Small fix, this got broken by language-related changes in a66a1a47.
This commit is contained in:
Thomas Gelf 2014-06-04 21:25:26 +00:00
parent bdc3423d4e
commit d66055bce2
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ class ListCommand extends Command
$maxCols - 13
) . "\n";
$out .= sprintf(
" %1s─ %s%s (%s %s)",
" %1s─ %s%s (%s)",
$leaf,
$screen->underline($row->service_description),
$screen->colorize($utils->objectStateFlags('service', $row) . $perf, 'lightblue'),