chiark / gitweb /
Print that we are updating for every rsync
[ypp-sc-tools.db-live.git] / pctb / convert.c
index 6bc9b2c8897d28ce7f88793a0d424ef131d3e76c..df0497e5094392fe581cba12c6f595ff72c2a22c 100644 (file)
@@ -119,6 +119,8 @@ static void rsync_core(const char *stem, const char *suffix,
                       const char *zopt) {
   pid_t fetcher;
 
+  progress("Updating dictionary %s...",stem);
+
   sysassert( (fetcher= fork()) != -1 );
   if (!fetcher) {
     const char *rsync= getenv("YPPSC_PCTB_RSYNC");