On Fri, Jul 20, 2018 at 06:03:03AM -0400, Frediano Ziglio wrote:
> >
> > Rather than using
> > #ifdef COMPRESS_DEBUG
> >spice_info(...);
> > #endif
> >
> > we can #define COMPRESS_DEBUG to spice_debug() or to do nothing for a
> > slight readability improvement. This opportunity is used to r
>
> Rather than using
> #ifdef COMPRESS_DEBUG
>spice_info(...);
> #endif
>
> we can #define COMPRESS_DEBUG to spice_debug() or to do nothing for a
> slight readability improvement. This opportunity is used to replace
> these spice_info() calls with g_debug(). The "do nothing" macro is a bit
Rather than using
#ifdef COMPRESS_DEBUG
spice_info(...);
#endif
we can #define COMPRESS_DEBUG to spice_debug() or to do nothing for a
slight readability improvement. This opportunity is used to replace
these spice_info() calls with g_debug(). The "do nothing" macro is a bit
convoluted to ensu