aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_push.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-12 13:28:10 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-12 13:28:10 +0000
commitcd1d130fa88017f9189791b69b020a77f1daf44e (patch)
treeb719712113ef49edcbc4b30dfc8b2beef8652532 /src/fs/gnunet-service-fs_push.c
parentd296cb2e924f92f90e5d7b8084c8e7d3feef0746 (diff)
downloadgnunet-cd1d130fa88017f9189791b69b020a77f1daf44e.tar.gz
gnunet-cd1d130fa88017f9189791b69b020a77f1daf44e.zip
ugh
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}