fix of best route strategy
diff --git a/model/ccnx-pit.cc b/model/ccnx-pit.cc
index 8fd21e0..7e57b19 100644
--- a/model/ccnx-pit.cc
+++ b/model/ccnx-pit.cc
@@ -140,6 +140,7 @@
     if((face->IsLocal() == false) 
        && (m_bucketsPerFace[face->GetId()]+1.0 >= maxBucketsPerFace[face->GetId()] ))
 	{
+        NS_LOG_INFO("********LIMIT**************");
 		return false;
 	}