Skip to content

Commit

Permalink
geoip2: logging library version at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Apr 13, 2022
1 parent 2c3cc02 commit 7f03faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/geoip2/geoip2_mod.c
Expand Up @@ -80,6 +80,7 @@ struct module_exports exports = {
*/
static int mod_init(void)
{
LM_INFO("using GeoIP library version %s\n", MMDB_lib_version());

if(geoip2_path==NULL || strlen(geoip2_path)==0)
{
Expand Down

0 comments on commit 7f03faa

Please sign in to comment.