From cd1d130fa88017f9189791b69b020a77f1daf44e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 12 Oct 2011 13:28:10 +0000 Subject: [PATCH] ugh --- src/fs/gnunet-service-fs_push.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs/gnunet-service-fs_push.c b/src/fs/gnunet-service-fs_push.c index 6c9a4d45f..515446117 100644 --- a/src/fs/gnunet-service-fs_push.c +++ b/src/fs/gnunet-service-fs_push.c @@ -410,7 +410,7 @@ find_content (struct MigrationReadyPeer *mrp) } #if DEBUG_FS_MIGRATION GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Preparing to push best content to peer %s\n"); + "Preparing to push best content to peer\n"); #endif transmit_content (mrp, best); } -- 2.25.1