summaryrefslogtreecommitdiff
path: root/src/rps/test_rps.c
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2016-05-13 22:49:19 +0000
committerJulius Bünger <buenger@mytum.de>2016-05-13 22:49:19 +0000
commita4dc4b16eaa5101aba46168ad7d809a1f3086c0c (patch)
tree49dc7b49e2151732603e90372e31d7c8eba7faee /src/rps/test_rps.c
parent366bac4c44f913bd26a1194e4d646e0cd3d2f31d (diff)
downloadgnunet-a4dc4b16eaa5101aba46168ad7d809a1f3086c0c.tar.gz
gnunet-a4dc4b16eaa5101aba46168ad7d809a1f3086c0c.zip
-rps: logging
Diffstat (limited to 'src/rps/test_rps.c')
-rw-r--r--src/rps/test_rps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index 128a81f21..e0fbdbb88 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -396,7 +396,7 @@ tofile_ (const char *file_name, const char *line)
396 if (size != size2) 396 if (size != size2)
397 { 397 {
398 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 398 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
399 "Unable to write to file! (Size: %u, size2: %u)\n", 399 "Unable to write to file! (Size: %lu, size2: %lu)\n",
400 size, 400 size,
401 size2); 401 size2);
402 return; 402 return;