X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/05b7bab8e1d97d300ad43accd9857d611c63a673..45e08edb0869c680ffe110bf0e5117baa5a85510:/generator.c diff --git a/generator.c b/generator.c index 0a9d3f5c..3dfeebfa 100644 --- a/generator.c +++ b/generator.c @@ -530,9 +530,10 @@ void generate_files(int f, struct file_list *flist, char *local_name) int phase=0; char fbuf[MAXPATHLEN]; - if (verbose > 2) - rprintf(FINFO,"generator starting pid=%d count=%d\n", - (int)getpid(),flist->count); + if (verbose > 2) { + rprintf(FINFO, "generator starting pid=%ld count=%d\n", + (long)getpid(), flist->count); + } if (verbose >= 2) { rprintf(FINFO,