summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-02-07 02:46:04 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-02-07 02:46:04 +0100
commitb198bb3867b6a15c65a8860af12d7a634de906a0 (patch)
tree77f6b4f38bfa96799a5728ceb2964e5d86f01d6a
parenta9310ad6e43d6b7fb381eed3f7e07ced82282681 (diff)
downloadexchange-b198bb3867b6a15c65a8860af12d7a634de906a0.tar.gz
exchange-b198bb3867b6a15c65a8860af12d7a634de906a0.tar.bz2
exchange-b198bb3867b6a15c65a8860af12d7a634de906a0.zip
make it compile
-rw-r--r--src/wire/plugin_wire_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wire/plugin_wire_test.c b/src/wire/plugin_wire_test.c
index c38a75db0..11feaea7e 100644
--- a/src/wire/plugin_wire_test.c
+++ b/src/wire/plugin_wire_test.c
@@ -956,7 +956,7 @@ test_get_history (void *cls,
(sizeof (uint64_t) != start_off_len) )
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Wire plugin 'test' got start offset of wrong size (%llu instead of %llu)\n"
+ "Wire plugin 'test' got start offset of wrong size (%llu instead of %llu)\n",
(unsigned long long) start_off_len, (unsigned long long) sizeof (uint64_t));
GNUNET_break (0);
/* Probably something is wrong with the DB, some other component