Skip to content

Commit

Permalink
Remove accidental debug code
Browse files Browse the repository at this point in the history
Previous commit 56b9f14 accidentally committed some temporary
debugging code that was used while finding the issue in question
  • Loading branch information
blblack committed Mar 22, 2016
1 parent 56b9f14 commit 3b56aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libgdmaps/gdgeoip2.c
Expand Up @@ -212,8 +212,8 @@ static const char* GEOIP2_PATH_CITY[] = { "city", "names", "en", NULL };
}\
}\
else if(mmrv_ != MMDB_LOOKUP_PATH_DOES_NOT_MATCH_DATA_ERROR) {\
dmn_log_err("plugin_geoip: map %s: Unexpected error fetching GeoIP2 data (%i: %s): Backtrace: %s",\
state->db->map_name, mmrv_, MMDB_strerror(mmrv_), dmn_logf_bt());\
dmn_log_err("plugin_geoip: map %s: Unexpected error fetching GeoIP2 data (%s)",\
state->db->map_name, MMDB_strerror(mmrv_));\
siglongjmp(state->db->jbuf, 1);\
}\
} while(0)
Expand Down

0 comments on commit 3b56aaf

Please sign in to comment.