# # # patch "network/connection_info.cc" # from [625d8425fc442994c6bab5805824c6c602431d39] # to [6344c12db22fab69c83454072084face31d45846] # ============================================================ --- network/connection_info.cc 625d8425fc442994c6bab5805824c6c602431d39 +++ network/connection_info.cc 6344c12db22fab69c83454072084face31d45846 @@ -455,6 +455,9 @@ netsync_connection_info::setup_from_serv vector const & excludes, shared_conn_info & info) { + W(F("separate server and pattern arguments are deprecated, " + "please consider using the URI calling syntax instead")); + info.reset(new netsync_connection_info(db, opts)); info->client.conn_type = type;