diff options
author | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-10-16 15:39:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2019-10-16 15:39:18 +0000 |
commit | d5512f62df27252bebf2899a6452aedfffd40e92 (patch) | |
tree | 8a93d7dc66b6f6ce907468ca354c31e814d76849 | |
parent | 34007e52db95c5e49546e27e264d4bc7e1fb46a6 (diff) | |
parent | 2e20b8c20a772cb9ec4cd0d2c05d88eb965373bf (diff) |
Merge "[HICN-334] remove LOG for no pending interests in portal"
-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()); } } |