aboutsummaryrefslogtreecommitdiffstats
path: root/loadparm.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-30 05:53:05 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-30 05:53:05 +0000
commit97cb8dc29b9e6a4f46f9b7162d410fdab0f7d8af (patch)
tree10b688c5e4e1b12ec7ee2f7d8f529ef8901872e2 /loadparm.c
parentcd957c70c442847c67887343c37b906310269570 (diff)
downloadandroid_external_rsync-97cb8dc29b9e6a4f46f9b7162d410fdab0f7d8af.tar.gz
android_external_rsync-97cb8dc29b9e6a4f46f9b7162d410fdab0f7d8af.tar.bz2
android_external_rsync-97cb8dc29b9e6a4f46f9b7162d410fdab0f7d8af.zip
added %m, %P and %u options to logging
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 150c618c..8fe8e8d8 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] %f %l", /* log format */
+ "%o %h [%a] %m (%u) %f %l ", /* log format */
};