summaryrefslogtreecommitdiff
path: root/loadparm.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-30 06:12:14 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-30 06:12:14 +0000
commit2c51d5deec879ab7aade039139e9d3a4d5643656 (patch)
treefeda66946f4cb6e3a214b6da5c7cc283422fe3b7 /loadparm.c
parent97cb8dc29b9e6a4f46f9b7162d410fdab0f7d8af (diff)
downloadrsync-2c51d5deec879ab7aade039139e9d3a4d5643656.tar.gz
rsync-2c51d5deec879ab7aade039139e9d3a4d5643656.tar.bz2
rsync-2c51d5deec879ab7aade039139e9d3a4d5643656.zip
added a perl script to summarise the rsyncd log format
Diffstat (limited to 'loadparm.c')
-rw-r--r--loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loadparm.c b/loadparm.c
index 8fe8e8d8..ee9639af 100644
--- a/loadparm.c
+++ b/loadparm.c
@@ -151,7 +151,7 @@ static service sDefault =
NULL, /* secrets file */
NULL, /* exclude */
NULL, /* exclude from */
- "%o %h [%a] %m (%u) %f %l ", /* log format */
+ "%o %h [%a] %m (%u) %f %l", /* log format */
};