fixed a very unhelpful error message
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401278
This commit is contained in:
parent
ee7d75fcb9
commit
77e46d363d
@ -51,7 +51,7 @@ bool GeoIP_Extension::SDK_OnLoad(char *error, size_t maxlength, bool late)
|
||||
|
||||
if (!gi)
|
||||
{
|
||||
snprintf(error, maxlength, "Failed to instantiate GeoIP!");
|
||||
snprintf(error, maxlength, "Could not load configs/geoip/GeoIP.dat");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user