Correcting everything to the stage that everything compiles
diff --git a/model/ccnx-local-face.cc b/model/ccnx-local-face.cc
index 5020877..fc4dd11 100644
--- a/model/ccnx-local-face.cc
+++ b/model/ccnx-local-face.cc
@@ -54,7 +54,6 @@
   , m_onContentObject (0)
 {
   NS_LOG_FUNCTION (this);
-  m_isLocal = true;
 }
 
 CcnxLocalFace::~CcnxLocalFace ()
@@ -83,7 +82,7 @@
 void
 CcnxLocalFace::Send (Ptr<Packet> p)
 {
-    NS_LOG_FUNCTION("Local face send");
+  NS_LOG_FUNCTION("Local face send");
   NS_LOG_FUNCTION (*p);
   if (!IsUp ())
     {