X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=src%2Faccesslog.c;fp=src%2Faccesslog.c;h=e419587989abd3d168e4c09dcdbd74b09e7ffff0;hp=7c550dddbb2efa87ddba2632b542a1674b1f5910;hb=5db75597d67ca7830e20c1ca2fabb20f542ae336;hpb=5a723273828ffc7b3889e538344c65cc15eb3696 diff --git a/src/accesslog.c b/src/accesslog.c index 7c550dd..e419587 100644 --- a/src/accesslog.c +++ b/src/accesslog.c @@ -518,7 +518,7 @@ int main(int argc, char **argv) pidfile = optarg; break; case 'a': - format = "%A - - [%{%d/%b/%Y:%H:%M:%S %z}t] \"%m %u %v\" %c %o \"%R\" \"%G\""; + format = "%A - %{log-user}P [%{%d/%b/%Y:%H:%M:%S %z}t] \"%m %u %v\" %c %o \"%R\" \"%G\""; break; default: usage(stderr);