Home
last modified time | relevance | path

Searched refs:xlinenewdbpath (Results 1 – 1 of 1) sorted by relevance

/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_xline_db.cpp106 std::string xlinenewdbpath = xlinedbpath + ".new"; in WriteDatabase() local
107 std::ofstream stream(xlinenewdbpath.c_str()); in WriteDatabase()
110 …s->Log(MODNAME, LOG_DEBUG, "Cannot create database \"%s\"! %s (%d)", xlinenewdbpath.c_str(), strer… in WriteDatabase()
111 …SnoMask('x', "database: cannot create new xline db \"%s\": %s (%d)", xlinenewdbpath.c_str(), strer… in WriteDatabase()
150 …(MODNAME, LOG_DEBUG, "Cannot write to new database \"%s\"! %s (%d)", xlinenewdbpath.c_str(), strer… in WriteDatabase()
151 …oMask('x', "database: cannot write to new xline db \"%s\": %s (%d)", xlinenewdbpath.c_str(), strer… in WriteDatabase()
160 if (rename(xlinenewdbpath.c_str(), xlinedbpath.c_str()) < 0) in WriteDatabase()
162 …base \"%s\" with new database \"%s\"! %s (%d)", xlinedbpath.c_str(), xlinenewdbpath.c_str(), strer… in WriteDatabase()
163 …d xline db \"%s\" with new db \"%s\": %s (%d)", xlinedbpath.c_str(), xlinenewdbpath.c_str(), strer… in WriteDatabase()