You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Development/nmos/node_behaviour.cpp
+2-2
Original file line number
Diff line number
Diff line change
@@ -784,7 +784,7 @@ namespace nmos
784
784
785
785
self_id = id_type.first;
786
786
787
-
slog::log<slog::severities::info>(gate, SLOG_FLF) << "Registering nmos-cpp node with the Registration API at: " << registration_client->base_uri().host() << ":" << registration_client->base_uri().port();
787
+
slog::log<slog::severities::info>(gate, SLOG_FLF) << "Registering nmos-cpp node with the Registration API at: " << registration_client->base_uri().to_string();
// "The first interaction with a new Registration API [after a server side or connectivity issue]
909
909
// should be a heartbeat to confirm whether whether the Node is still present in the registry"
910
910
911
-
slog::log<slog::severities::info>(gate, SLOG_FLF) << "Attempting registration heartbeats with the Registration API at: " << registration_client->base_uri().host() << ":" << registration_client->base_uri().port();
911
+
slog::log<slog::severities::info>(gate, SLOG_FLF) << "Attempting registration heartbeats with the Registration API at: " << registration_client->base_uri().to_string();
0 commit comments