diff --git a/client/spa_comm.c b/client/spa_comm.c index 2532669b..22384c19 100644 --- a/client/spa_comm.c +++ b/client/spa_comm.c @@ -45,7 +45,7 @@ dump_transmit_options(const fko_cli_options_t *options) if (options->spa_src_port) log_msg(LOG_VERBOSITY_INFO, " source port: %d", options->spa_src_port); else - log_msg(LOG_VERBOSITY_INFO, " source port: unknown"); + log_msg(LOG_VERBOSITY_INFO, " source port: "); log_msg(LOG_VERBOSITY_INFO, " destination port: %d", options->spa_dst_port); log_msg(LOG_VERBOSITY_INFO, " IP/host: %s", options->spa_server_str);