Skip to content

Commit 60731f5

Browse files
authored
Fix typo in mod_geo (bfenetworks#1029)
Signed-off-by: suhang <[email protected]>
1 parent d5b10d7 commit 60731f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bfe_modules/mod_geo/mod_geo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func (m *ModuleGeo) setGeoInfoToReqContext(req *bfe_basic.Request, cityInfo *geo
163163
req.SetContext(CtxLongitude, longitude)
164164

165165
if openDebug {
166-
log.Logger.Debug("%s: the geolocation information: conturyIsoCode(%s), subdivisionIsoCode(%s),"+
166+
log.Logger.Debug("%s: the geolocation information: countryIsoCode(%s), subdivisionIsoCode(%s),"+
167167
"cityName(%s), longitude(%s) and latitude(%s)",
168168
m.name, conturyIsoCode, subdivisionIsoCode, cityName, latitude, longitude)
169169
}

0 commit comments

Comments
 (0)