Skip to content

Commit 91cfe5e

Browse files
committed
print gazetteer style file name
1 parent 0d9d778 commit 91cfe5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gazetteer-style.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ bool gazetteer_style_t::has_place(std::string const &cls) const
9292

9393
void gazetteer_style_t::load_style(std::string const &filename)
9494
{
95-
fprintf(stderr, "Parsing gazetteer style file.\n");
95+
fprintf(stderr, "Parsing gazetteer style file '%s'.\n", filename.c_str());
9696
pt::ptree root;
9797

9898
pt::read_json(filename, root);

0 commit comments

Comments
 (0)