diff options
author | Scott James Remnant <scott@ubuntu.com> | 2009-02-23 17:46:00 +0000 |
---|---|---|
committer | Scott James Remnant <scott@ubuntu.com> | 2009-02-23 17:46:00 +0000 |
commit | 9ce462721a02e38c15e4cdeff7dfc98eeb56224a (patch) | |
tree | cdeffd30a361308b232ab755f04b21c3b9646344 /udev/udevd.c | |
parent | 047f88bca31f364253fe230a1c2ec7fbc43c7fc3 (diff) |
Put a log message in a more sensible place.
Diffstat (limited to 'udev/udevd.c')
-rw-r--r-- | udev/udevd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/udev/udevd.c b/udev/udevd.c index 5fb6d5f734..c764b33b0a 100644 --- a/udev/udevd.c +++ b/udev/udevd.c @@ -232,7 +232,6 @@ static void event_fork(struct udev_event *event) /* apply/restore inotify watch */ if (err == 0 && event->inotify_watch && strcmp(udev_device_get_action(event->dev), "remove") != 0) - info(event->udev, "device will be watched for changes\n"); udev_watch_begin(event->udev, event->dev); info(event->udev, "seq %llu exit with %i\n", udev_device_get_seqnum(event->dev), err); |