mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-24 18:56:59 +07:00
builtin: blkid - add missing newline
This commit is contained in:
parent
95de03a7a2
commit
c7f9693c14
@ -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"
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user