diff options
author | Jordan Augé <jordan.auge+fdio@cisco.com> | 2019-10-11 15:44:48 +0200 |
---|---|---|
committer | Jordan Augé <jordan.auge+fdio@cisco.com> | 2019-10-11 16:38:38 +0200 |
commit | 0bfd0847d74298387da9b3e71e96e2010d881c7d (patch) | |
tree | e387fde3f48acfd6cc533b1342a7eeb4a46e8325 /ctrl/facemgr/src/interfaces | |
parent | 91304b8cb75df7cb516518b53e3c1156d0f27ba5 (diff) |
[HICN-319] facemgr should allow face creation even though already in cache
Change-Id: Icadfdc6369711575cfc8b8fee8e956b004860e1b
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
Diffstat (limited to 'ctrl/facemgr/src/interfaces')
-rw-r--r-- | ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c | 1 |
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: |