MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / logPrimaryError

Function logPrimaryError

src/jrd/replication/Utils.cpp:259–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 }
258
259 void logPrimaryError(const PathName& database, const string& message)
260 {
261 logMessage(PRIMARY_SIDE, ERROR_MSG, database, message);
262 }
263
264 void logPrimaryWarning(const PathName& database, const string& message)
265 {

Callers 3

checkStatusFunction · 0.85
getReplicatorFunction · 0.85
archiveExecuteMethod · 0.85

Calls 1

logMessageFunction · 0.85

Tested by

no test coverage detected