[systemd-commits] src/udev
Kay Sievers
kay at kemper.freedesktop.org
Wed Jun 27 06:30:34 PDT 2012
src/udev/udevd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 72a2af7aa9d9f64f320b3f2cc21e78f11b811f1e
Author: Kay Sievers <kay at vrfy.org>
Date: Wed Jun 27 15:27:19 2012 +0200
udev: use the matching binary name "systemd-udevd" in log messages
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index 75e7766..e635795 100644
--- a/src/udev/udevd.c
+++ b/src/udev/udevd.c
@@ -909,7 +909,7 @@ static int convert_db(struct udev *udev)
f = fopen("/dev/kmsg", "w");
if (f != NULL) {
- fprintf(f, "<30>udevd[%u]: converting old udev database\n", getpid());
+ fprintf(f, "<30>systemd-udevd[%u]: converting old udev database\n", getpid());
fclose(f);
}
@@ -1266,7 +1266,7 @@ int main(int argc, char *argv[])
f = fopen("/dev/kmsg", "w");
if (f != NULL) {
- fprintf(f, "<30>udevd[%u]: starting version " VERSION "\n", getpid());
+ fprintf(f, "<30>systemd-udevd[%u]: starting version " VERSION "\n", getpid());
fclose(f);
}
More information about the systemd-commits
mailing list