passing synclog and scheduler as parameter to synccore
diff --git a/src/sync-log.cc b/src/sync-log.cc
index 8375142..1e17957 100644
--- a/src/sync-log.cc
+++ b/src/sync-log.cc
@@ -116,7 +116,7 @@
               ORDER BY device_name);                               \
 ", 0,0,0);
 
-  // std::cout << sqlite3_errmsg (m_db) << std::endl;
+   std::cout << sqlite3_errmsg (m_db) << std::endl;
   if (res != SQLITE_OK)
     {
       sqlite3_exec (m_db, "ROLLBACK TRANSACTION;", 0,0,0);