commit | 2860e3eb9695d7596507e82b98074937fbd7fa18 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon May 09 11:42:03 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed May 18 14:38:45 2011 +0200 |
tree | ac687f284d48e1de058ac383d09bc82fd87504a2 | |
parent | 1e71db3087ae9256fcfd8e9e322ad86edce48a96 [diff] |
ide: Turn debug messages into assertions These printfs aren't really debug messages, but clearly indicate a bug if they ever become effective. Noone uses DEBUG_IDE, let's re-enable the check unconditionally and make it an assertion instead of printfs in the device emulation. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>