mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
2024 April 14th update
This commit is contained in:
@@ -62,7 +62,7 @@ MessagingComp::getConnection(MessageCategory category, const MessageMetadata &me
|
||||
|
||||
auto maybe_conn = i_conn->establishConnection(metadata, category);
|
||||
if (!maybe_conn.ok()) {
|
||||
dbgWarning(D_MESSAGING) << "Failed to establish connection: " << maybe_conn.getErr();
|
||||
dbgWarning(D_MESSAGING) << maybe_conn.getErr();
|
||||
}
|
||||
return maybe_conn;
|
||||
}
|
||||
|
Reference in New Issue
Block a user