Tracking Bug
diff --git a/nlsr-sync-0.0/nlsr_route.c b/nlsr-sync-0.0/nlsr_route.c
index ba4b8e4..e9e7090 100755
--- a/nlsr-sync-0.0/nlsr_route.c
+++ b/nlsr-sync-0.0/nlsr_route.c
@@ -1172,7 +1172,7 @@
 {
 	if (nlsr->debugging)
 	{
-		printf("does_face_exist_for_router called");
+		printf("does_face_exist_for_router called\n");
 		printf("Dest Router: %s and Face id: %d \n",dest_router, face_id);
 	}
 
@@ -1201,7 +1201,7 @@
 		{
 			ret=1;									
 		}
-		else if ( res1 == HT_OLD_ENTRY )
+		else if ( res1 == HT_NEW_ENTRY )
 		{
 			hashtb_delete(ef);
 		}