[locale] Un-idiomize back to 3.1

This commit is contained in:
Adriaan de Groot 2018-04-13 09:44:17 -04:00
parent faf21ce438
commit 17fd10cdb1

View File

@ -153,7 +153,7 @@ LocaleViewStep::fetchGeoIpTimezone()
if ( !tz.first.isEmpty() )
m_startingTimezone = tz;
else
cWarning() << "GeoIP lookup at" << reply->url() << "failed.";
cDebug() << "WARNING: GeoIP lookup at" << reply->url() << "failed.";
}
delete handler;
reply->deleteLater();