From: Vincent Bernat Date: Wed, 21 May 2014 15:21:40 +0000 (+0200) Subject: lldpcli: fix a format warning X-Git-Tag: 0.7.9~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff0a278f264a2690b22afc03f155dfda90403561;p=thirdparty%2Flldpd.git lldpcli: fix a format warning --- 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;