Fix package build error

This commit is contained in:
Jean Flach 2015-02-20 09:55:07 +01:00
parent c75ecd8c45
commit cb1caf560b
1 changed files with 2 additions and 2 deletions

View File

@ -357,9 +357,9 @@ void TroubleshootCollectCommand::CheckObjectFile(const String& objectfile, InfoL
bool first = true;
std::ofstream badstream;
std::stringstream sStream;
ObjectListUtility::PrintObject(badstream, first, message, type_count, "", "");
ObjectListUtility::PrintObject(sStream, first, message, type_count, "", "");
Dictionary::Ptr object = JsonDecode(message);
Dictionary::Ptr properties = object->Get("properties");