From ff0a278f264a2690b22afc03f155dfda90403561 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 21 May 2014 17:21:40 +0200 Subject: [PATCH] lldpcli: fix a format warning --- src/client/conf-lldp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/conf-lldp.c b/src/client/conf-lldp.c index 6b963dc8..64553c80 100644 --- a/src/client/conf-lldp.c +++ b/src/client/conf-lldp.c @@ -110,7 +110,7 @@ cmd_portid_type(struct lldpctl_conn_t *conn, struct writer *w, return 0; } - log_info("lldpctl", "LLDP PortID TLV type set to new value : %s", arg); + log_info("lldpctl", "LLDP PortID TLV type set to new value : %s", value_str); lldpctl_atom_dec_ref(config); return 1; -- 2.39.5