diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-02-28 14:27:01 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-02-28 14:27:01 +0000 |
commit | b984470da0d46154109b155b0b2f69eb007aef01 (patch) | |
tree | 5f309fc2f3bb8255e3009581b06d742e1a1b0b3e /syncCommand.h | |
parent | bugtesting (diff) |
added debug statement
Diffstat (limited to 'syncCommand.h')
-rw-r--r-- | syncCommand.h | 2 |
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; } }; |