We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9d778 commit 91cfe5eCopy full SHA for 91cfe5e
gazetteer-style.cpp
@@ -92,7 +92,7 @@ bool gazetteer_style_t::has_place(std::string const &cls) const
92
93
void gazetteer_style_t::load_style(std::string const &filename)
94
{
95
- fprintf(stderr, "Parsing gazetteer style file.\n");
+ fprintf(stderr, "Parsing gazetteer style file '%s'.\n", filename.c_str());
96
pt::ptree root;
97
98
pt::read_json(filename, root);
0 commit comments