summaryrefslogtreecommitdiff
path: root/udevstart.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-07-14 20:43:43 +0200
committerKay Sievers <kay.sievers@vrfy.org>2007-07-14 20:43:43 +0200
commitfb819f5554530dd136d50aa40438e9dbeeceac01 (patch)
treec8a50c6c58ab6010dc63af0035e552119a5e8f28 /udevstart.c
parent4110664d4f25f203b7d76ee56e5e23220b04eb69 (diff)
use global udev_log variable instead of parameter in run_program
Diffstat (limited to 'udevstart.c')
-rw-r--r--udevstart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udevstart.c b/udevstart.c
index 6af5860e27..1e67a0615a 100644
--- a/udevstart.c
+++ b/udevstart.c
@@ -160,7 +160,7 @@ static int add_device(const char *devpath)
strlcpy(program, name_loop->name, sizeof(program));
udev_rules_apply_format(udev, program, sizeof(program));
- run_program(program, udev->dev->subsystem, NULL, 0, NULL, (udev_log_priority >= LOG_INFO));
+ run_program(program, udev->dev->subsystem, NULL, 0, NULL);
}
}
}