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

Function logPrimaryWarning

src/jrd/replication/Utils.cpp:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 }
263
264 void logPrimaryWarning(const PathName& database, const string& message)
265 {
266 logMessage(PRIMARY_SIDE, WARNING_MSG, database, message);
267 }
268
269 void logPrimaryStatus(const PathName& database, const CheckStatusWrapper* status)
270 {

Callers 3

writeMethod · 0.85
archiveExecuteMethod · 0.85
reuseSegmentMethod · 0.85

Calls 1

logMessageFunction · 0.85

Tested by

no test coverage detected