mirror of https://github.com/Icinga/icinga2.git
parent
29ee836b58
commit
5b5f92e57b
|
@ -136,7 +136,7 @@ void ObjectListCommand::PrintObject(std::ostream& fp, bool& first, const String&
|
||||||
|
|
||||||
Dictionary::Ptr debug_hints = object->Get("debug_hints");
|
Dictionary::Ptr debug_hints = object->Get("debug_hints");
|
||||||
|
|
||||||
fp << "Object " << ConsoleColorTag(Console_ForegroundBlue | Console_Bold) << internal_name << ConsoleColorTag(Console_Normal) << "'";
|
fp << "Object '" << ConsoleColorTag(Console_ForegroundBlue | Console_Bold) << internal_name << ConsoleColorTag(Console_Normal) << "'";
|
||||||
fp << " of type '" << ConsoleColorTag(Console_ForegroundMagenta | Console_Bold) << type << ConsoleColorTag(Console_Normal) << "':\n";
|
fp << " of type '" << ConsoleColorTag(Console_ForegroundMagenta | Console_Bold) << type << ConsoleColorTag(Console_Normal) << "':\n";
|
||||||
|
|
||||||
PrintProperties(fp, properties, debug_hints, 2);
|
PrintProperties(fp, properties, debug_hints, 2);
|
||||||
|
|
Loading…
Reference in New Issue