Add indent argument

This commit is contained in:
fbraem 2013-02-17 18:40:02 +01:00
parent 14ffc9ea4c
commit 1643089087

View File

@ -368,7 +368,7 @@ void MongoDBTest::testBuildInfo()
if ( response.documents().size() > 0 )
{
Poco::MongoDB::Document::Ptr doc = response.documents()[0];
std::cout << doc->toString();
std::cout << doc->toString(2);
}
else
{