aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_push.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_push.c')
-rw-r--r--src/fs/gnunet-service-fs_push.c2
1 files changed, 1 insertions, 1 deletions
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)
410 } 410 }
411#if DEBUG_FS_MIGRATION 411#if DEBUG_FS_MIGRATION
412 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 412 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
413 "Preparing to push best content to peer %s\n"); 413 "Preparing to push best content to peer\n");
414#endif 414#endif
415 transmit_content (mrp, best); 415 transmit_content (mrp, best);
416} 416}