- added more crc logging to detect oos location

This commit is contained in:
Mark Vejvoda
2013-10-17 02:49:25 +00:00
parent 37a53c114a
commit fb276d1dd7
4 changed files with 9 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ public:
std::string getLastCaller() const;
void clearLastCaller() { lastCaller.clear(); }
//void clearLastCaller() { }
void addLastCaller(std::string text) { lastCaller.push_back(text); }
};
}}//end namespace