From 86fd6b4f61cefe402d81d61db7d8cb1f79d5ba71 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 21 May 2007 07:02:04 +0200 Subject: [PATCH 1/1] udevtest: print message before log output --- udevtest.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/udevtest.c b/udevtest.c index 9868c9bcd..91749a4ee 100644 --- a/udevtest.c +++ b/udevtest.c @@ -149,6 +149,11 @@ int main(int argc, char *argv[], char *envp[]) goto exit; } + printf("This program is for debugging only, it does not run any program,\n" + "specified by a RUN key. It may show incorrect results, because\n" + "some values may be different, or not available at a simulation run.\n" + "\n"); + sysfs_init(); udev_rules_init(&rules, 0); @@ -184,11 +189,6 @@ int main(int argc, char *argv[], char *envp[]) setenv("ACTION", udev->action, 1); import_uevent_var(udev->dev->devpath); - printf("This program is for debugging only, it does not run any program,\n" - "specified by a RUN key. It may show incorrect results, because\n" - "some values may be different, or not available at a simulation run.\n" - "\n"); - info("looking at device '%s' from subsystem '%s'", udev->dev->devpath, udev->dev->subsystem); retval = udev_device_event(&rules, udev); if (retval == 0 && !udev->ignore_device && udev_run) { -- 2.30.2