From: Masatake YAMATO Date: Wed, 1 Mar 2006 19:02:41 +0000 (+0100) Subject: typo in debug text in udev_run_hotplugd.c X-Git-Tag: 174~2341 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5016ef53f52feddb0beb202c7b4c0a299cd835bd typo in debug text in udev_run_hotplugd.c --- 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);