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