diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-30 06:12:14 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-30 06:12:14 +0000 |
commit | 2c51d5deec879ab7aade039139e9d3a4d5643656 (patch) | |
tree | feda66946f4cb6e3a214b6da5c7cc283422fe3b7 /loadparm.c | |
parent | 97cb8dc29b9e6a4f46f9b7162d410fdab0f7d8af (diff) | |
download | rsync-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ }; |