Re: [libvirt] Fix the no debug build

2009-06-25 Thread Daniel P. Berrange
On Wed, Jun 24, 2009 at 12:55:57PM -0400, Amy Griffis wrote: The --enable-debug=no build breaks building the UML driver because of __VA_ARGS__ in the virLogMessage macro. I fixed this by converting umlLog() calls to use the standard logging macros instead. The only problem I see with doing

Re: [libvirt] Fix the no debug build

2009-06-25 Thread Daniel Veillard
On Wed, Jun 24, 2009 at 12:55:57PM -0400, Amy Griffis wrote: The --enable-debug=no build breaks building the UML driver because of __VA_ARGS__ in the virLogMessage macro. I fixed this by converting umlLog() calls to use the standard logging macros instead. The only problem I see with doing

[libvirt] Fix the no debug build

2009-06-24 Thread Amy Griffis
The --enable-debug=no build breaks building the UML driver because of __VA_ARGS__ in the virLogMessage macro. I fixed this by converting umlLog() calls to use the standard logging macros instead. The only problem I see with doing this is what Daniel had mentioned a while back. Disabling debug