]> granicus.if.org Git - icinga2/commitdiff
Fix a build error
authorJean Flach <jean-marcel.flach@netways.de>
Thu, 19 Feb 2015 16:22:51 +0000 (17:22 +0100)
committerJean Flach <jean-marcel.flach@netways.de>
Thu, 19 Feb 2015 16:22:51 +0000 (17:22 +0100)
lib/cli/troubleshootcollectcommand.cpp

index b663a84b891c7b488741a799de0ffe66561b8849..83b84c69e4ce3078c999c1dc07f9161f8d3bc57b 100644 (file)
@@ -356,11 +356,12 @@ void TroubleshootCollectCommand::CheckObjectFile(const String& objectfile, InfoL
                        continue;
 
                bool first = true;
+               /*
                if (print)
                        ObjectListUtility::PrintObject(std::ostream(nullptr), first, message, type_count, "", "");
                else
                        ObjectListUtility::PrintObject(std::ostream(nullptr), first, message, type_count, "", "");
-
+               */
                Dictionary::Ptr object = JsonDecode(message);
                Dictionary::Ptr properties = object->Get("properties");