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

Function logReplicaWarning

src/jrd/replication/Utils.cpp:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277 }
278
279 void logReplicaWarning(const PathName& database, const string& message)
280 {
281 logMessage(REPLICA_SIDE, WARNING_MSG, database, message);
282 }
283
284 void logReplicaStatus(const PathName& database, const CheckStatusWrapper* status)
285 {

Callers 1

logConflictMethod · 0.85

Calls 1

logMessageFunction · 0.85

Tested by

no test coverage detected