diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-30 05:53:05 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-30 05:53:05 +0000 |
commit | 97cb8dc29b9e6a4f46f9b7162d410fdab0f7d8af (patch) | |
tree | 10b688c5e4e1b12ec7ee2f7d8f529ef8901872e2 /loadparm.c | |
parent | cd957c70c442847c67887343c37b906310269570 (diff) | |
download | rsync-97cb8dc29b9e6a4f46f9b7162d410fdab0f7d8af.tar.gz |
added %m, %P and %u options to logging
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] %f %l", /* log format */ + "%o %h [%a] %m (%u) %f %l ", /* log format */ }; |