aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_directory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_directory.c')
-rw-r--r--src/fs/test_fs_directory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/test_fs_directory.c b/src/fs/test_fs_directory.c
index a2d131ca1..5cdbd9d07 100644
--- a/src/fs/test_fs_directory.c
+++ b/src/fs/test_fs_directory.c
@@ -59,7 +59,7 @@ processor (void *cls, const char *filename, const struct GNUNET_FS_Uri *uri,
59 return; 59 return;
60 } 60 }
61 } 61 }
62 FPRINTF (stderr, "Error at %s:%d\n", __FILE__, __LINE__); 62 fprintf (stderr, "Error at %s:%d\n", __FILE__, __LINE__);
63} 63}
64 64
65static int 65static int
@@ -136,7 +136,7 @@ testDirectory (unsigned int i)
136 s = GNUNET_STRINGS_relative_time_to_string (GNUNET_TIME_absolute_get_duration 136 s = GNUNET_STRINGS_relative_time_to_string (GNUNET_TIME_absolute_get_duration
137 (start), 137 (start),
138 GNUNET_YES); 138 GNUNET_YES);
139 FPRINTF (stdout, 139 fprintf (stdout,
140 "Creating directory with %u entires and total size %llu took %s\n", 140 "Creating directory with %u entires and total size %llu took %s\n",
141 i, (unsigned long long) dlen, s); 141 i, (unsigned long long) dlen, s);
142 if (i < 100) 142 if (i < 100)