From 2e20b8c20a772cb9ec4cd0d2c05d88eb965373bf Mon Sep 17 00:00:00 2001 From: michele papalini Date: Wed, 16 Oct 2019 17:23:31 +0200 Subject: [HICN-334] remove LOG for no pending interests in portal Signed-off-by: michele papalini Change-Id: I80009d5e5fc89ede4f56a9c9a5e3c2940ae13562 --- libtransport/src/hicn/transport/core/portal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtransport/src/hicn') diff --git a/libtransport/src/hicn/transport/core/portal.h b/libtransport/src/hicn/transport/core/portal.h index 17f35d819..5796308b4 100644 --- a/libtransport/src/hicn/transport/core/portal.h +++ b/libtransport/src/hicn/transport/core/portal.h @@ -650,7 +650,7 @@ class Portal { std::move(interest_ptr->getInterest()), std::move(content_object)); } } else { - TRANSPORT_LOGW("No pending interests for current content (%s)", + TRANSPORT_LOGD("No pending interests for current content (%s)", content_object->getName().toString().c_str()); } } -- cgit 1.2.3-korg