We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5450bd8 commit 3c6ea6aCopy full SHA for 3c6ea6a
src/board_controller/biolistener/biolistener.cpp
@@ -59,7 +59,8 @@ int BioListener<BIOLISTENER_DATA_CHANNELS_COUNT>::prepare_session ()
59
if (params.ip_address.empty ())
60
{
61
params.ip_address = "0.0.0.0";
62
- safe_logger (spdlog::level::warn, "IP address is not set, listening on all network interfaces");
+ safe_logger (
63
+ spdlog::level::warn, "IP address is not set, listening on all network interfaces");
64
}
65
66
if (params.ip_port <= 0)
0 commit comments