Mercurial > hg > svcore
diff base/RealTime.cpp @ 690:1424aa29ae95
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author | Chris Cannam |
---|---|
date | Tue, 14 Jun 2011 15:26:52 +0100 |
parents | 06f13a3b9e9e |
children | 335c3f922327 |
line wrap: on
line diff
--- a/base/RealTime.cpp Tue Jun 14 14:47:59 2011 +0100 +++ b/base/RealTime.cpp Tue Jun 14 15:26:52 2011 +0100 @@ -242,7 +242,7 @@ int nsec = atoi(snsec.c_str()); if (negative) sec = -sec; -// DEBUG << "RealTime::fromString: string " << s << " -> " +// SVDEBUG << "RealTime::fromString: string " << s << " -> " // << sec << " sec, " << nsec << " nsec" << endl; return RealTime(sec, nsec);