fw: Correct log message in onContentStoreHit

refs: #3114

Change-Id: I918cffc5d0551484b4cc31a4b7d6aeb73b8969ae
diff --git a/daemon/fw/forwarder.cpp b/daemon/fw/forwarder.cpp
index 3afdc00..7e5d883 100644
--- a/daemon/fw/forwarder.cpp
+++ b/daemon/fw/forwarder.cpp
@@ -128,7 +128,7 @@
                              const Interest& interest,
                              const Data& data)
 {
-  NFD_LOG_DEBUG("onContentStoreMiss interest=" << interest.getName());
+  NFD_LOG_DEBUG("onContentStoreHit interest=" << interest.getName());
 
   const_pointer_cast<Data>(data.shared_from_this())->setIncomingFaceId(FACEID_CONTENT_STORE);
   // XXX should we lookup PIT for other Interests that also match csMatch?