* grub-core/disk/lvm.c (grub_lvm_scan_device): Remove spurious \n.
This commit is contained in:
parent
2d5d0333d6
commit
87d1aa1927
2 changed files with 5 additions and 1 deletions
|
@ -336,7 +336,7 @@ grub_lvm_scan_device (const char *name)
|
|||
if (i == GRUB_LVM_LABEL_SCAN_SECTORS)
|
||||
{
|
||||
#ifdef GRUB_UTIL
|
||||
grub_util_info ("no LVM signature found\n");
|
||||
grub_util_info ("no LVM signature found");
|
||||
#endif
|
||||
goto fail;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue