diff options
-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); |