]> err.no Git - util-linux/commit
hwclock: unshadow a diagnostic printf
authorKalev Soikonen <ksop@hot.ee>
Sun, 27 Jul 2008 23:13:53 +0000 (02:13 +0300)
committerKarel Zak <kzak@redhat.com>
Mon, 11 Aug 2008 10:28:17 +0000 (12:28 +0200)
commit92eb8bb36a377f151a25a0d814473f5f263a2cde
tree846581e5f6ed500fa8e93b9ea4af863a5bcc9ecb
parent5e52b0c1c2addfddc0f150cd9b0181de275d3201
hwclock: unshadow a diagnostic printf

- Bogus if test means one message is never produced.

- Avoid needless passing of a global variable (debug).

The --test option flag ought to be a global as well (and perhaps -n/--dry-run).

Signed-off-by: Kalev Soikonen <ksop@hot.ee>
hwclock/hwclock.c