commit | 955bfbbb6968bdc99171bdebcda6dbe605af2004 | [log] [tgz] |
---|---|---|
author | Florin Coras <fcoras@cisco.com> | Tue Dec 04 13:43:45 2018 -0800 |
committer | Dave Barach <openvpp@barachs.net> | Wed Dec 05 15:37:13 2018 +0000 |
tree | fd20134aa69a7e644466c29d37a1514d73a6c00b | |
parent | 4af830cd7b4a11bb84840183f7eebd6fb43497a6 [diff] [blame] |
ldp: avoid calling write in destructors Change-Id: Ia9c3d7a68a23dc4ab3be06f88fdfb053db422372 Signed-off-by: Florin Coras <fcoras@cisco.com>
diff --git a/src/vcl/vppcom.c b/src/vcl/vppcom.c index 07136e9..dbb0d65 100644 --- a/src/vcl/vppcom.c +++ b/src/vcl/vppcom.c
@@ -862,8 +862,8 @@ if (vcm->is_init) { - clib_warning ("vcl<%u> already initialized", getpid ()); - return -1; + VDBG (1, "already initialized"); + return VPPCOM_EEXIST; } vcm->is_init = 1;