Skip to content

Commit

Permalink
Fix typo in mod_geo (bfenetworks#1029)
Browse files Browse the repository at this point in the history
Signed-off-by: suhang <[email protected]>
  • Loading branch information
blinkbean authored Mar 11, 2022
1 parent d5b10d7 commit 60731f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bfe_modules/mod_geo/mod_geo.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (m *ModuleGeo) setGeoInfoToReqContext(req *bfe_basic.Request, cityInfo *geo
req.SetContext(CtxLongitude, longitude)

if openDebug {
log.Logger.Debug("%s: the geolocation information: conturyIsoCode(%s), subdivisionIsoCode(%s),"+
log.Logger.Debug("%s: the geolocation information: countryIsoCode(%s), subdivisionIsoCode(%s),"+
"cityName(%s), longitude(%s) and latitude(%s)",
m.name, conturyIsoCode, subdivisionIsoCode, cityName, latitude, longitude)
}
Expand Down

0 comments on commit 60731f5

Please sign in to comment.