mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Add missing cast when formatting uintptr_t
Found by Christian Kujau
This commit is contained in:
parent
e361de80bb
commit
9cbe64db45
@ -3619,7 +3619,7 @@ control_event_signal(uintptr_t signal)
|
||||
break;
|
||||
default:
|
||||
log_warn(LD_BUG, "Unrecognized signal %lu in control_event_signal",
|
||||
signal);
|
||||
(unsigned long)signal);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user