Compat: Fix commands in objects.cache file.

Refs #5328
This commit is contained in:
Michael Friedrich 2013-12-13 17:36:31 +01:00
parent 2ae988f457
commit f47f7fb8c5
1 changed files with 1 additions and 3 deletions

View File

@ -153,10 +153,8 @@ void StatusDataWriter::DumpCommand(std::ostream& fp, const Command::Ptr& command
fp << "<internal>"; fp << "<internal>";
} }
fp << "\n"; fp << "\n" "\t" "}" "\n"
"\t" "}" "\n"
"\n"; "\n";
} }
void StatusDataWriter::DumpDowntimes(std::ostream& fp, const Service::Ptr& owner, CompatObjectType type) void StatusDataWriter::DumpDowntimes(std::ostream& fp, const Service::Ptr& owner, CompatObjectType type)