]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - src/patches/udev-208_remove_systemd_log.patch
tor: Bump package version to 6 and fix backup.
[people/teissler/ipfire-2.x.git] / src / patches / udev-208_remove_systemd_log.patch
CommitLineData
14744620
AF
1diff -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);