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.
2 parents d887a2e + 5feb43b commit 0119207Copy full SHA for 0119207
1 file changed
src/gen/osm2pgsql-gen.cpp
@@ -367,8 +367,8 @@ class genproc_t
367
util::timer_t timer_sql;
368
pg_conn_t const db_connection{m_conninfo};
369
db_connection.exec(sql);
370
- log_info("SQL command took {}.",
371
- util::human_readable_duration(timer_sql.stop()));
+ log_debug("SQL command took {}.",
+ util::human_readable_duration(timer_sql.stop()));
372
373
return 0;
374
}
0 commit comments