Skip to content

Commit a25d707

Browse files
committed
Refs #20953: Add Warning for backup with XTypes
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
1 parent a2503a3 commit a25d707

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cpp/rtps/builtin/BuiltinProtocols.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ bool BuiltinProtocols::initBuiltinProtocols(
111111

112112
#if HAVE_SQLITE3
113113
case DiscoveryProtocol_t::BACKUP:
114+
EPROSIMA_LOG_WARNING(RTPS_PDP, "BACKUP discovery protocol is not yet supported with XTypes.");
114115
mp_PDP = new fastdds::rtps::PDPServer(this, allocation, DurabilityKind_t::TRANSIENT);
115116
break;
116117
#endif // if HAVE_SQLITE3

0 commit comments

Comments
 (0)