Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ logReplicaError
Function
logReplicaError
src/jrd/replication/Utils.cpp:274–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
}
273
274
void logReplicaError(const PathName& database, const string& message)
275
{
276
logMessage(REPLICA_SIDE, ERROR_MSG, database, message);
277
}
278
279
void logReplicaWarning(const PathName& database, const string& message)
280
{
Callers
1
logError
Method · 0.85
Calls
1
logMessage
Function · 0.85
Tested by
no test coverage detected