Danil Antonov <g.danil.a...@gmail.com> wrote: > From e5719e802fcd1d1b426d687524ed46f10d044941 Mon Sep 17 00:00:00 2001 > From: Danil Antonov <g.danil.a...@gmail.com> > Date: Wed, 29 Mar 2017 12:35:10 +0300 > Subject: [PATCH 24/43] migration: made printf always compile in debug output > > Wrapped printf calls inside debug macros (DPRINTF) in `if` statement. > This will ensure that printf function will always compile even if debug > output is turned off and, in turn, will prevent bitrot of the format > strings. > > Signed-off-by: Danil Antonov <g.danil.a...@gmail.com>
Reviewed-by: Juan Quintela <quint...@redhat.com>