]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/udev-208_remove_systemd_log.patch
Merge branch 'ppp-update' into beyond-next
[people/teissler/ipfire-2.x.git] / src / patches / udev-208_remove_systemd_log.patch
1 diff -Naur systemd-208.org/src/libudev/libudev-util.c systemd-208/src/libudev/libudev-util.c
2 --- systemd-208.org/src/libudev/libudev-util.c 2013-09-23 21:31:55.000000000 +0200
3 +++ systemd-208/src/libudev/libudev-util.c 2013-11-19 23:18:10.326350131 +0100
4 @@ -481,7 +481,7 @@
5 if (fd < 0)
6 return -errno;
7
8 - len = snprintf(text, sizeof(text), "<30>systemd-udevd[%u]: ", getpid());
9 + len = snprintf(text, sizeof(text), "udevd[%u]: ", getpid());
10
11 va_start(ap, fmt);
12 len += vsnprintf(text + len, sizeof(text) - len, fmt, ap);