X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6dff599288f7781d7b3a2ec8df758341690c4197..9352b0649b8d6aa21d9d567c1d819a0fa26c7b01:/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,