mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-18 18:19:13 -05:00
Console: make command execution benchmark clear
This commit is contained in:
parent
68419d8971
commit
956c73d7a7
1 changed files with 1 additions and 1 deletions
|
|
@ -473,7 +473,7 @@ incomplete:
|
|||
std::cout << ConsoleColorTag(Console_Normal) << "\n";
|
||||
|
||||
if (benchmarkingEnabled) {
|
||||
std::cout << duration << "s\n";
|
||||
std::cout << "Execution time: " << duration << "s\n";
|
||||
}
|
||||
} else {
|
||||
std::cout << JsonEncode(result) << "\n";
|
||||
|
|
|
|||
Loading…
Reference in a new issue