use two db for two SyncCore
diff --git a/src/sync-core.cc b/src/sync-core.cc
index e37a367..4486532 100644
--- a/src/sync-core.cc
+++ b/src/sync-core.cc
@@ -87,6 +87,9 @@
   HashPtr oldHash = m_rootHash;
   m_rootHash = m_log.RememberStateInStateLog();
 
+  cout << "Old hash: " << *oldHash << endl;
+  cout << "New hash: " << *m_rootHash << endl;
+
   SyncStateMsgPtr msg = m_log.FindStateDifferences(*oldHash, *m_rootHash);
 
   // reply sync Interest with oldHash as last component