From 5016ef53f52feddb0beb202c7b4c0a299cd835bd Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Wed, 1 Mar 2006 20:02:41 +0100 Subject: [PATCH] typo in debug text in udev_run_hotplugd.c --- extras/run_directory/udev_run_hotplugd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/run_directory/udev_run_hotplugd.c b/extras/run_directory/udev_run_hotplugd.c index bfa82ab91..f94c237e3 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); -- 2.30.2