mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
block.c: add newline for "Detected format" warning
Add the forgotten trailing newline. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
5fb9e82955
commit
fbdffb08df
1 changed files with 1 additions and 1 deletions
2
block.c
2
block.c
|
@ -7158,7 +7158,7 @@ void bdrv_img_create(const char *filename, const char *fmt,
|
|||
if (!backing_fmt) {
|
||||
error_setg(&local_err,
|
||||
"Backing file specified without backing format");
|
||||
error_append_hint(&local_err, "Detected format of %s.",
|
||||
error_append_hint(&local_err, "Detected format of %s.\n",
|
||||
bs->drv->format_name);
|
||||
goto out;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue