Fix a build error

This commit is contained in:
Jean Flach 2015-02-19 17:22:51 +01:00
parent 1a9c4ceef6
commit e9f9a2d665
1 changed files with 2 additions and 1 deletions

View 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");