summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/udev/udevd.c')
-rw-r--r--src/udev/udevd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index 75e77662e4..e635795fb6 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);
}