At present debug() statements can cause debuf output to appear when LOG is enabled but DEBUG is not. This is not intended and it seems that the condition is wrong.
Fix it. Signed-off-by: Simon Glass <[email protected]> --- (no changes since v1) include/log.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Applied to u-boot-dm, thanks!

