Skip to content

Commit 7ec4d31

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

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
@@ -109,6 +109,7 @@ bool BuiltinProtocols::initBuiltinProtocols(
109109

110110
#if HAVE_SQLITE3
111111
case DiscoveryProtocol::BACKUP:
112+
EPROSIMA_LOG_WARNING(RTPS_PDP, "BACKUP discovery protocol is not yet supported with XTypes.");
112113
mp_PDP = new fastdds::rtps::PDPServer(this, allocation, DurabilityKind_t::TRANSIENT);
113114
break;
114115
#endif // if HAVE_SQLITE3

0 commit comments

Comments
 (0)