On 18.08.22 04:10, John Naylor wrote:
While at it, most format strings already use %u, so for consintency
change the remaining stragglers using %d.

This is incorrect. Replication origin IDs are of type uint16, which gets promoted to int in a variable arguments list, so %d is the correct placeholder.



Reply via email to