mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-06 15:25:32 +00:00
testcpg: fix a format string compile warning.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2805 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
6bae61d835
commit
1df8675995
@ -34,6 +34,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
@ -140,7 +141,8 @@ static void TotemConfchgCallback (
|
||||
{
|
||||
int i;
|
||||
|
||||
printf("\nTotemConfchgCallback: ringid (%u.%llu)\n", ring_id.nodeid, ring_id.seq);
|
||||
printf ("\nTotemConfchgCallback: ringid (%u.%"PRIu64")\n",
|
||||
ring_id.nodeid, ring_id.seq);
|
||||
|
||||
printf("active processors %lu: ",
|
||||
(unsigned long int) member_list_entries);
|
||||
|
Loading…
Reference in New Issue
Block a user