aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-18 12:59:11 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-18 12:59:11 +0000
commit0f25759d2bd26b75f39c5cd1473bb2974a2d8714 (patch)
treeba666685eefd8378adbad5d4e59231f1792b6efb /src/fs
parentcd28dbfbcb9ffafed0b117a872351b8ff87e7652 (diff)
downloadgnunet-0f25759d2bd26b75f39c5cd1473bb2974a2d8714.tar.gz
gnunet-0f25759d2bd26b75f39c5cd1473bb2974a2d8714.zip
logging
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_publish.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index d693fe6ee..7a70b0558 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -308,7 +308,7 @@ publish_kblocks_cont (void *cls,
308 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 308 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
309 "Error uploading KSK blocks: %s\n", 309 "Error uploading KSK blocks: %s\n",
310 emsg); 310 emsg);
311#end 311#endif
312 signal_publish_error (p, pc, emsg); 312 signal_publish_error (p, pc, emsg);
313 GNUNET_FS_file_information_sync_ (p); 313 GNUNET_FS_file_information_sync_ (p);
314 GNUNET_FS_publish_sync_ (pc); 314 GNUNET_FS_publish_sync_ (pc);
@@ -421,7 +421,7 @@ encode_cont (void *cls,
421 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 421 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
422 "Error during tree walk: %s\n", 422 "Error during tree walk: %s\n",
423 emsg); 423 emsg);
424#end 424#endif
425 GNUNET_asprintf (&p->emsg, 425 GNUNET_asprintf (&p->emsg,
426 _("Upload failed: %s"), 426 _("Upload failed: %s"),
427 emsg); 427 emsg);