diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-12-16 08:42:20 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-12-16 08:42:20 +0000 |
commit | 61ada3ebf234e22be73086768c23c885362c2899 (patch) | |
tree | 840f79911b185ca9af10aaeeb60b70a68ac42af5 /sbin | |
parent | 14bceab423b0fe91b8ce3f6db1287a70cc40305d (diff) |
typo
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/photurisd/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/photurisd/state.c b/sbin/photurisd/state.c index e676b5f2c2e..03eb0f0a846 100644 --- a/sbin/photurisd/state.c +++ b/sbin/photurisd/state.c @@ -279,7 +279,7 @@ state_expire(void) continue; LOG_DBG((LOG_MISC, 35, __FUNCTION__ - ": Expiring state to %s in phase %d\n", + ": Expiring state to %s in phase %d", tmp->address, tmp->phase)); state_value_reset(tmp); |