Tweaked an overly-long line.
authorWayne Davison <wayned@samba.org>
Tue, 29 Jun 2004 15:12:01 +0000 (15:12 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 29 Jun 2004 15:12:01 +0000 (15:12 +0000)
receiver.c

index 6595c496d47408aeba239451ed5b3d9238386636..f69fa1d919f500363f3075714db7939e7afc3809 100644 (file)
@@ -413,8 +413,10 @@ int recv_files(int f_in,struct file_list *flist,char *local_name)
 
                if (fd1 != -1 && st.st_size > 0) {
                        mapbuf = map_file(fd1,st.st_size);
 
                if (fd1 != -1 && st.st_size > 0) {
                        mapbuf = map_file(fd1,st.st_size);
-                       if (verbose > 2)
-                               rprintf(FINFO,"recv mapped %s of size %.0f\n",fnamecmp,(double)st.st_size);
+                       if (verbose > 2) {
+                               rprintf(FINFO, "recv mapped %s of size %.0f\n",
+                                       fnamecmp, (double)st.st_size);
+                       }
                } else
                        mapbuf = NULL;
 
                } else
                        mapbuf = NULL;