Reduce severity

master
Geoffrey Merck 4 years ago
parent 310eafd69a
commit fdc8ad1f1c

@ -298,7 +298,7 @@ bool CDStarGatewayConfig::loadIrcDDB(const Config & cfg)
ircddb->username = m_gateway.callsign;
ircddb->isQuadNet = true;
this->m_ircDDB.push_back(ircddb);
CLog::logError("No ircDDB networks configured, defaulting to IRCDDB: host=%s user=%s", ircddb->hostname.c_str(), ircddb->username.c_str());
CLog::logInfo("No ircDDB networks configured, defaulting to IRCDDB: host=%s user=%s", ircddb->hostname.c_str(), ircddb->username.c_str());
}
return true;

Loading…
Cancel
Save

Powered by TurnKey Linux.