]> 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>
Wed, 6 Aug 2008 10:47:55 +0000 (12:47 +0200)
commitd458f94a7cdf0ec9bc11518d49c8ad39d78da7c0
tree9b7c1ef6a58b7b2ae56589ea6f05a185b37febaf
parentf8d87ab139a948300c7c0721b1d78ab2d5e7b5a6
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