From 416c2f5a713b93ba689a8cd1e038682a53e6bc17 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Dec 2011 22:42:04 +0000 Subject: -LRN: use FPRINTF -- #2051 --- src/fs/test_fs_list_indexed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs/test_fs_list_indexed.c') diff --git a/src/fs/test_fs_list_indexed.c b/src/fs/test_fs_list_indexed.c index 870f51a4a..8a847ba2b 100644 --- a/src/fs/test_fs_list_indexed.c +++ b/src/fs/test_fs_list_indexed.c @@ -131,7 +131,7 @@ progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *event) break; case GNUNET_FS_STATUS_PUBLISH_ERROR: ret = event->value.publish.cctx; - fprintf (stderr, "Error publishing file: %s\n", + FPRINTF (stderr, "Error publishing file: %s\n", event->value.publish.specifics.error.message); err = 1; if (0 == strcmp ("list_indexed-context-dir", event->value.publish.cctx)) -- cgit v1.2.3