summaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-02-01 09:21:28 +0000
committerWayne Davison <wayned@samba.org>2005-02-01 09:21:28 +0000
commit2b1366635dc416420ed2617260aafe17d259ae0f (patch)
tree5f155e4fc087c3afd8b5a43aaa1c9b16c02e3726 /log.c
parent42f23f479d3e5beb8275d5dd8f4bb2f905f54f4d (diff)
downloadrsync-2b1366635dc416420ed2617260aafe17d259ae0f.tar.gz
rsync-2b1366635dc416420ed2617260aafe17d259ae0f.tar.bz2
rsync-2b1366635dc416420ed2617260aafe17d259ae0f.zip
Refer to the old basedir variable as dir.root.
Diffstat (limited to 'log.c')
-rw-r--r--log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.c b/log.c
index 43f490f9..a25d8b8c 100644
--- a/log.c
+++ b/log.c
@@ -375,7 +375,7 @@ static void log_formatted(enum logcode code,
case 'o': n = op; break;
case 'f':
pathjoin(buf2, sizeof buf2,
- file->basedir ? file->basedir : "",
+ file->dir.root ? file->dir.root : "",
f_name(file));
clean_fname(buf2, 0);
n = buf2;