On Wed, May 20, 2015 at 12:57:38PM +0300, Dimitris Aragiorgis wrote:
> Get rid of several #ifdef DEBUG_FLOPPY and substitute them with
> DPRINTF.
>
> Signed-off-by: Dimitris Aragiorgis
> ---
> block/raw-posix.c | 22 +-
> 1 file changed, 5 insertions(+), 17 deletions(-)
Re
On 05/20/2015 03:57 AM, Dimitris Aragiorgis wrote:
> Get rid of several #ifdef DEBUG_FLOPPY and substitute them with
> DPRINTF.
>
> Signed-off-by: Dimitris Aragiorgis
> ---
> block/raw-posix.c | 22 +-
> 1 file changed, 5 insertions(+), 17 deletions(-)
Reviewed-by: Eric Bl
Get rid of several #ifdef DEBUG_FLOPPY and substitute them with
DPRINTF.
Signed-off-by: Dimitris Aragiorgis
---
block/raw-posix.c | 22 +-
1 file changed, 5 insertions(+), 17 deletions(-)
diff --git a/block/raw-posix.c b/block/raw-posix.c
index 438bf0b..ace228f 100644
---