- attempt to detect oos by adding more crc and log info

This commit is contained in:
Mark Vejvoda
2013-10-14 02:35:42 +00:00
parent 769c1ced91
commit 37a53c114a
3 changed files with 6 additions and 2 deletions

View File

@@ -46,8 +46,8 @@ public:
void setLastNumber(int value) { lastNumber = value; }
std::string getLastCaller() const;
//void clearLastCaller() { lastCaller.clear(); }
void clearLastCaller() { }
void clearLastCaller() { lastCaller.clear(); }
//void clearLastCaller() { }
};
}}//end namespace