Remove Duplicative MySQL Error: Error in BootStaticZone query: %s

This commit is contained in:
Akkadius 2015-01-20 01:41:44 -06:00
parent 487c53794c
commit bdc3834f5a

View File

@ -170,7 +170,6 @@ bool EQLConfig::BootStaticZone(Const_char *short_name, uint16 port) {
"VALUES('%s', '%s', %d)", namebuf, zonebuf, port);
auto results = database.QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error in BootStaticZone query: %s", results.ErrorMessage().c_str());
return false;
}