aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-17 11:07:33 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-17 11:07:33 +0000
commit685d9d7c3791b897cf7b0ec1366a062b26f05a21 (patch)
tree616c089b1dbf26bbe62da36df0f9706c14b125e8 /src/fs/gnunet-publish.c
parentc9f35cfcad1112803a3b09ce5530a2d7752115ee (diff)
downloadgnunet-685d9d7c3791b897cf7b0ec1366a062b26f05a21.tar.gz
gnunet-685d9d7c3791b897cf7b0ec1366a062b26f05a21.zip
-starting harness for gnunet-auto-share:
Diffstat (limited to 'src/fs/gnunet-publish.c')
-rw-r--r--src/fs/gnunet-publish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 4b13a16bd..ef48f2d92 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -732,7 +732,7 @@ main (int argc, char *const *argv)
732 0, &GNUNET_GETOPT_set_one, &verbose}, 732 0, &GNUNET_GETOPT_set_one, &verbose},
733 GNUNET_GETOPT_OPTION_END 733 GNUNET_GETOPT_OPTION_END
734 }; 734 };
735 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 735 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
736 "GNUnet publish starts\n"); 736 "GNUnet publish starts\n");
737 bo.expiration_time = 737 bo.expiration_time =
738 GNUNET_FS_year_to_time (GNUNET_FS_get_current_year () + 2); 738 GNUNET_FS_year_to_time (GNUNET_FS_get_current_year () + 2);