From aac4a3d3163ee4085fc00426cf31fe3143dd191e Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Mon, 25 Nov 2019 11:20:32 +0100 Subject: [HICN-408] add a face manager interface for face priority control MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I07cd4c100251c42ef32117a515e8e9e39b9c3031 Signed-off-by: Jordan Augé --- ctrl/libhicnctrl/src/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctrl/libhicnctrl') diff --git a/ctrl/libhicnctrl/src/api.c b/ctrl/libhicnctrl/src/api.c index e7caf4f1c..ea4ed69c2 100644 --- a/ctrl/libhicnctrl/src/api.c +++ b/ctrl/libhicnctrl/src/api.c @@ -2268,7 +2268,7 @@ hc_face_get(hc_sock_t * s, hc_face_t * face, hc_face_t ** face_found) int rc = hc_face_snprintf(face_s, MAXSZ_HC_FACE, face); if (rc >= MAXSZ_HC_FACE) WARN("[hc_face_get] Unexpected truncation of face string"); - DEBUG("[hc_face_get] face=%s"); + DEBUG("[hc_face_get] face=%s", face_s); switch(face->face.type) { -- cgit 1.2.3-korg