summaryrefslogtreecommitdiff
path: root/src/timeout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeout.c')
-rw-r--r--src/timeout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timeout.c b/src/timeout.c
index b2d91a4e6..74f453d99 100644
--- a/src/timeout.c
+++ b/src/timeout.c
@@ -60,8 +60,8 @@ void check_timeouts(void)
continue;
}
if (debug >= 4) {
- alog("debug: Running timeout %p (code=%p repeat=%d)",
- to, to->code, to->repeat);
+ alog("debug: Running timeout 0x%p (code=0x%p repeat=%d)",
+ (void *) to, to->code, to->repeat);
}
to->code(to);
if (to->repeat) {