Skip to content

Commit

Permalink
dsync: Use correct format for time_t in dsync_brain_recv_mailbox_tree…
Browse files Browse the repository at this point in the history
…_deletes()
  • Loading branch information
cmouse committed Nov 27, 2024
1 parent 6a337ec commit 41b4d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doveadm/dsync/dsync-brain-mailbox-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ bool dsync_brain_recv_mailbox_tree_deletes(struct dsync_brain *brain)
dsync_mailbox_node_get_full_name(brain->local_mailbox_tree, node);
e_debug(brain->event,
"Remote mailbox tree deletion: guid=%s type=%s "
"timestamp=%ld name=%s local update=%s",
"timestamp=%"PRIdTIME_T" name=%s local update=%s",
guid_128_to_string(deletes[i].guid),
dsync_mailbox_delete_type_to_string(deletes[i].type),
deletes[i].timestamp, node_name, status);
Expand Down

0 comments on commit 41b4d41

Please sign in to comment.