They must be dumped with open_object_section instead of
open_array_section otherwise only the values are displayed.
Signed-off-by: Loic Dachary <loic@dachary.org>
f->dump_int("read_tier", read_tier);
f->dump_int("write_tier", write_tier);
f->dump_string("cache_mode", get_cache_mode_name());
- f->open_array_section("properties");
+ f->open_object_section("properties");
for (map<string,string>::const_iterator i = properties.begin();
i != properties.end();
++i) {