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