X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=pctb%2Fconvert.c;fp=pctb%2Fconvert.c;h=df0497e5094392fe581cba12c6f595ff72c2a22c;hp=6bc9b2c8897d28ce7f88793a0d424ef131d3e76c;hb=0472c6bc43d9d94eac966f2484169581641b2fca;hpb=60cd4954d1d3c11c46251f68e2d56f24661a6d67 diff --git a/pctb/convert.c b/pctb/convert.c index 6bc9b2c..df0497e 100644 --- a/pctb/convert.c +++ b/pctb/convert.c @@ -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");