Re: How to stop CQuery.Query() from printing unrecognised elements
Andy Hawkins <[email protected]> Wed, 25 Feb 2015 16:30:19 +0000 (UTC)
| Newsgroups | gmane.comp.audio.musicbrainz.devel |
|---|---|
| Organization | Gently |
| Message-ID | <[email protected]> |
Hi, In article <[email protected]>, Kesh Ikuma<[email protected]> wrote: > Ah=2C so it is on std::cerr stream. That's enough info for me to move on wi= > th my little project. > > I will simply redirect std::cerr to a string during Query() calls a la > > http://stackoverflow.com/questions/5419356/redirect-stdout-stderr-to-a-stri= > ng > > Thanks for the info.=20 A little late for you perhaps, but I've now merged my 'silent-debug' branch into master. If you're happy to build from master rather than an official release, then this is an option for you. Not sure whether it's worth packing up another release for this, will have a think. Andy