mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-23 17:57:54 +02:00
Console: make command execution benchmark clear
This commit is contained in:
parent
3e00552ae4
commit
04d966747c
@ -472,7 +472,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…
x
Reference in New Issue
Block a user