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;h=6f40f94cd0c5cc7d1772a1d4cee9d78047b5539c;hp=61901a5924854c967d9fc981a63406d6af89f66d;hb=dcf2916a5fadf0e789b12c877121c60a3346ccd0;hpb=2e7598927fcd8e1614628b5cc1cfc3adb9832d90 diff --git a/pctb/convert.c b/pctb/convert.c index 61901a5..6f40f94 100644 --- a/pctb/convert.c +++ b/pctb/convert.c @@ -124,6 +124,8 @@ void fetch_with_rsync(const char *stem) { const char *src= getenv("YPPSC_PCTB_DICT_UPDATE"); char *remote= masprintf("%s/master-%s.txt", src, stem); char *local= masprintf("#master-%s#.txt", stem); + if (DEBUGP(rsync)) + fprintf(stderr,"executing rsync to fetch %s to %s\n",remote,local); execlp(rsync, "rsync", DEBUGP(rsync) ? "-vLt" : "-Lt", "--",remote,local,(char*)0);