diff options
author | michele papalini <micpapal@cisco.com> | 2019-10-16 17:23:31 +0200 |
---|---|---|
committer | michele papalini <micpapal@cisco.com> | 2019-10-16 17:23:31 +0200 |
commit | 2e20b8c20a772cb9ec4cd0d2c05d88eb965373bf (patch) | |
tree | 315c01ab564c560266ea8ab79f8e6e278099274b | |
parent | d173417e820c98d4a8734703f36dbeb3a82ec03f (diff) |
[HICN-334] remove LOG for no pending interests in portal
Signed-off-by: michele papalini <micpapal@cisco.com>
Change-Id: I80009d5e5fc89ede4f56a9c9a5e3c2940ae13562
-rw-r--r-- | libtransport/src/hicn/transport/core/portal.h | 2 |
1 files changed, 1 insertions, 1 deletions
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()); } } |