Mercurial > hg > svcore
diff base/RealTime.cpp @ 687:06f13a3b9e9e debug-output
Convert many cerrs to DEBUGs
author | Chris Cannam |
---|---|
date | Mon, 16 May 2011 17:19:09 +0100 |
parents | 75f154085a4d |
children | 1424aa29ae95 |
line wrap: on
line diff
--- a/base/RealTime.cpp Thu May 12 17:31:24 2011 +0100 +++ b/base/RealTime.cpp Mon May 16 17:19:09 2011 +0100 @@ -242,8 +242,8 @@ int nsec = atoi(snsec.c_str()); if (negative) sec = -sec; -// std::cerr << "RealTime::fromString: string " << s << " -> " -// << sec << " sec, " << nsec << " nsec" << std::endl; +// DEBUG << "RealTime::fromString: string " << s << " -> " +// << sec << " sec, " << nsec << " nsec" << endl; return RealTime(sec, nsec); }