Use uppercase to log "IP"

This commit is contained in:
Pierre Pronchery 2018-06-14 18:23:01 -04:00
parent 2f6ea521ff
commit 72a50b9c8e

View File

@ -719,7 +719,7 @@ send_spa_packet(fko_ctx_t ctx, fko_cli_options_t *options)
if (resolve_dst_addr(options->spa_server_str,
&hints, ip_str, sizeof(ip_str), options) != 0)
{
log_msg(LOG_VERBOSITY_ERROR, "[*] Unable to resolve %s as an ip address",
log_msg(LOG_VERBOSITY_ERROR, "[*] Unable to resolve %s as an IP address",
options->spa_server_str);
return -1;
}