aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/facemgr/src/interfaces/hicn_light
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2019-10-23 13:44:28 +0000
committerGerrit Code Review <gerrit@fd.io>2019-10-23 13:44:28 +0000
commitb689543d557b05e8365733874d38b61421ad3d59 (patch)
tree2b1ffd7606134f2389abebf1b4b03ef3ddc5bd66 /ctrl/facemgr/src/interfaces/hicn_light
parentd156ff7b66f49d1a880bb3ec70b42a255b4985cc (diff)
parent0bfd0847d74298387da9b3e71e96e2010d881c7d (diff)
Merge "[HICN-319] facemgr should allow face creation even though already in cache"
Diffstat (limited to 'ctrl/facemgr/src/interfaces/hicn_light')
-rw-r--r--ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c b/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c
index e42c6c6ae..3ebbee4a1 100644
--- a/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c
+++ b/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c
@@ -205,7 +205,6 @@ int hl_on_event(interface_t * interface, const facelet_t * facelet)
ERROR("Failed to delete face\n");
goto ERR;
}
- INFO("Deleted face id=%d\n", hc_face.id);
break;
case FACELET_EVENT_UPDATE: