diff --git a/modules/io/src/mol/io_profile.hh b/modules/io/src/mol/io_profile.hh index ac2dee89b756c422c548ff435f7fde22880c79bf..8f1d045075b4e700739988d457b0eb6680adefc6 100644 --- a/modules/io/src/mol/io_profile.hh +++ b/modules/io/src/mol/io_profile.hh @@ -60,7 +60,7 @@ public: inline std::ostream& operator<<(std::ostream& stream, const IOProfile& p) { - stream << "IOProfile(dialect='" << p.dialect + stream << "IOProfile(dialect='" << p.dialect << ", " << "join_spread_atom_records=" << (p.join_spread_atom_records ? "True" : "False") << ", " << "calpha_only=" << (p.calpha_only ? "True" : "False") << ", " << "fault_tolerant=" << (p.fault_tolerant ? "True" : "False") << ", "