X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a261989cda6f671352e6323f11d2d98e923c622e..6aaf8d8c1041b524d985bf09b9a3f5e371cf8ac2:/receiver.c diff --git a/receiver.c b/receiver.c index 6b6b63a5..dbd8bfdb 100644 --- a/receiver.c +++ b/receiver.c @@ -424,7 +424,7 @@ int recv_files(int f_in,struct file_list *flist,char *local_name,int f_gen) access because of a similar race condition. */ fd2 = do_mkstemp(fnametmp, file->mode & INITACCESSPERMS); if (fd2 == -1) { - rprintf(FERROR,"mkstemp %s failed\n",fnametmp); + rprintf(FERROR,"mkstemp %s failed: %s\n",fnametmp,strerror(errno)); receive_data(f_in,buf,-1,NULL,file->length); if (buf) unmap_file(buf); continue;