Skip to content

Commit 3c6ea6a

Browse files
BioListener - PR corrections - defines moved to the separate file, added default values, minor fixes, docs updates
1 parent 5450bd8 commit 3c6ea6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/board_controller/biolistener/biolistener.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ int BioListener<BIOLISTENER_DATA_CHANNELS_COUNT>::prepare_session ()
5959
if (params.ip_address.empty ())
6060
{
6161
params.ip_address = "0.0.0.0";
62-
safe_logger (spdlog::level::warn, "IP address is not set, listening on all network interfaces");
62+
safe_logger (
63+
spdlog::level::warn, "IP address is not set, listening on all network interfaces");
6364
}
6465

6566
if (params.ip_port <= 0)

0 commit comments

Comments
 (0)