aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_peer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_peer.c')
-rw-r--r--src/util/test_peer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_peer.c b/src/util/test_peer.c
index 3817d8243..9bf443600 100644
--- a/src/util/test_peer.c
+++ b/src/util/test_peer.c
@@ -69,7 +69,7 @@ check ()
69 pid = GNUNET_PEER_intern (&pidArr[i]); 69 pid = GNUNET_PEER_intern (&pidArr[i]);
70 if (pid != (i + 1)) 70 if (pid != (i + 1))
71 { 71 {
72 fprintf (stderr, "Unexpected Peer ID returned by intern function\n"); 72 FPRINTF (stderr, "%s", "Unexpected Peer ID returned by intern function\n");
73 return 1; 73 return 1;
74 } 74 }
75 } 75 }
@@ -80,7 +80,7 @@ check ()
80 pid = GNUNET_PEER_intern (&pidArr[i]); 80 pid = GNUNET_PEER_intern (&pidArr[i]);
81 if (pid != (i + 1)) 81 if (pid != (i + 1))
82 { 82 {
83 fprintf (stderr, "Unexpected Peer ID returned by intern function\n"); 83 FPRINTF (stderr, "%s", "Unexpected Peer ID returned by intern function\n");
84 return 1; 84 return 1;
85 } 85 }
86 } 86 }