aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/hicn
diff options
context:
space:
mode:
authorAlberto Compagno <acompagn+fdio@cisco.com>2019-10-16 15:39:18 +0000
committerGerrit Code Review <gerrit@fd.io>2019-10-16 15:39:18 +0000
commitd5512f62df27252bebf2899a6452aedfffd40e92 (patch)
tree8a93d7dc66b6f6ce907468ca354c31e814d76849 /libtransport/src/hicn
parent34007e52db95c5e49546e27e264d4bc7e1fb46a6 (diff)
parent2e20b8c20a772cb9ec4cd0d2c05d88eb965373bf (diff)
Merge "[HICN-334] remove LOG for no pending interests in portal"
Diffstat (limited to 'libtransport/src/hicn')
-rw-r--r--libtransport/src/hicn/transport/core/portal.h2
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());
}
}