builtin: blkid - add missing newline

This commit is contained in:
Kay Sievers 2011-12-23 03:40:31 +01:00
parent 95de03a7a2
commit c7f9693c14
2 changed files with 6 additions and 5 deletions

View File

@ -24,11 +24,12 @@ libdir() {
args="--prefix=/usr \
--sysconfdir=/etc \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--bindir=/sbin \
--sbindir=/sbin \
--libdir=$(libdir /usr/lib) \
--libexecdir=/usr/lib/udev \
--with-systemdsystemunitdir=/usr/lib/systemd/system
--with-rootlibdir=$(libdir /lib) \
--libexecdir=/lib/udev \
--with-systemdsystemunitdir=/lib/systemd/system
--with-selinux \
--enable-gtk-doc"

View File

@ -171,7 +171,7 @@ static int builtin_blkid(struct udev_device *dev, int argc, char *argv[], bool t
if (err < 0)
goto out;
info(udev, "probe %s %sraid offset=%llu",
info(udev, "probe %s %sraid offset=%llu\n",
udev_device_get_devnode(dev),
noraid ? "no" : "", (unsigned long long) offset);