projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fb9e82
)
block.c: add newline for "Detected format" warning
author
Michael Tokarev
<mjt@tls.msk.ru>
Wed, 5 Apr 2023 13:34:04 +0000
(16:34 +0300)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Fri, 9 Jun 2023 20:38:16 +0000
(23:38 +0300)
Add the forgotten trailing newline.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
block.c
patch
|
blob
|
history
diff --git
a/block.c
b/block.c
index dae629075c2c5e239d027fe26cb4e8e8a37919cc..0637265c26fa9e632ef6948c2ec908f6ad54552e 100644
(file)
--- a/
block.c
+++ b/
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;
}