Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> --- hw/sd/sd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/sd/sd.c b/hw/sd/sd.c index c1ed7b59f1..2fa05f42b7 100644 --- a/hw/sd/sd.c +++ b/hw/sd/sd.c @@ -725,7 +725,7 @@ static void sd_lock_command(SDState *sd) sd->card_status &= ~CARD_IS_LOCKED; sd->pwd_len = 0; /* Erasing the entire card here! */ - fprintf(stderr, "SD: Card force-erased by CMD42\n"); + warn_report("SD: Card force-erased by CMD42"); return; } -- 2.15.1