fixed a very unhelpful error message

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401278
This commit is contained in:
David Anderson 2007-08-08 15:08:01 +00:00
parent ee7d75fcb9
commit 77e46d363d

View File

@ -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;
}