summaryrefslogtreecommitdiff
path: root/src/fs/gnunet-publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-29 20:21:09 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-29 20:21:09 +0000
commit6f912718b1e65181e9e3a62c6c7b8cf32f7d1165 (patch)
treee9165b2ca830301b04774410956c37739a98ef83 /src/fs/gnunet-publish.c
parent4419d11120f7cdb592e612993ef1e1df2d023e8e (diff)
downloadgnunet-6f912718b1e65181e9e3a62c6c7b8cf32f7d1165.tar.gz
gnunet-6f912718b1e65181e9e3a62c6c7b8cf32f7d1165.zip
-finishing new helper
Diffstat (limited to 'src/fs/gnunet-publish.c')
-rw-r--r--src/fs/gnunet-publish.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 15054a722..05bd66e31 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -439,10 +439,6 @@ directory_scan_cb (void *cls, struct GNUNET_FS_DirScanner *ds,
439 else 439 else
440 FPRINTF (stdout, _("Scanning file `%s'.\n"), filename); 440 FPRINTF (stdout, _("Scanning file `%s'.\n"), filename);
441 break; 441 break;
442 case GNUNET_FS_DIRSCANNER_SUBTREE_COUNTED:
443 if (is_directory)
444 FPRINTF (stdout, _("Done scanning directory `%s'.\n"), filename);
445 break;
446 case GNUNET_FS_DIRSCANNER_ALL_COUNTED: 442 case GNUNET_FS_DIRSCANNER_ALL_COUNTED:
447 FPRINTF (stdout, "%s", _("Preprocessing complete.\n")); 443 FPRINTF (stdout, "%s", _("Preprocessing complete.\n"));
448 break; 444 break;