Skip to content
Snippets Groups Projects
Commit 08564ecd authored by Danil Antonov's avatar Danil Antonov Committed by Cornelia Huck
Browse files

s390x/kvm: make 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: default avatarDanil Antonov <g.danil.anto@gmail.com>
Message-Id: <CA+KKJYAhsuTodm3s2rK65hR=-Xi5+Z7Q+M2nJYZQf2wa44HfOg@mail.gmail.com>
Signed-off-by: default avatarCornelia Huck <cornelia.huck@de.ibm.com>
parent 10890873
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment