aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasatake YAMATO <jet@gyve.org>2006-03-01 20:02:41 +0100
committerKay Sievers <kay.sievers@suse.de>2006-03-01 20:02:41 +0100
commit5016ef53f52feddb0beb202c7b4c0a299cd835bd (patch)
treeba73c6d193d1d19ea0c4333185f2c3dbcde4827e
parent0030441ca4cda7023dcc37f1a6522b245e1f46ae (diff)
downloadudev-5016ef53f52feddb0beb202c7b4c0a299cd835bd.tar.gz
typo in debug text in udev_run_hotplugd.c
-rw-r--r--extras/run_directory/udev_run_hotplugd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/run_directory/udev_run_hotplugd.c b/extras/run_directory/udev_run_hotplugd.c
index bfa82ab9..f94c237e 100644
--- a/extras/run_directory/udev_run_hotplugd.c
+++ b/extras/run_directory/udev_run_hotplugd.c
@@ -68,7 +68,7 @@ int main(int argc, char *argv[], char *envp[])
close(fd);
}
- dbg("running dev.d directory");
+ dbg("running hotplug.d directory");
sprintf(dirname, "/etc/hotplug.d/%s", subsystem);
run_directory(dirname, ".hotplug", subsystem);