* grub-core/disk/lvm.c (grub_lvm_scan_device): Remove spurious \n.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-03-30 13:02:39 +02:00
parent 2d5d0333d6
commit 87d1aa1927
2 changed files with 5 additions and 1 deletions

View file

@ -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;
}