summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--syncCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/syncCommand.h b/syncCommand.h
index 29b063c..09c98d2 100644
--- a/syncCommand.h
+++ b/syncCommand.h
@@ -35,10 +35,12 @@ private:
syncstr = "route";
}
ar & syncstr;
+ std::cout << "syncstr received " <<syncstr << std::endl;
if (syncstr == "connection")
ar & *scc_;
if (syncstr == "route")
ar & *src_;
+ std::cout << "syncstr done " <<syncstr << std::endl;
}
};