From 72a50b9c8e859cee8bc192b86d18aaeb06a530eb Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 14 Jun 2018 18:23:01 -0400 Subject: [PATCH] Use uppercase to log "IP" --- client/spa_comm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/spa_comm.c b/client/spa_comm.c index a27650e5..67e7de9c 100644 --- a/client/spa_comm.c +++ b/client/spa_comm.c @@ -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; }