Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
git-svn-id: https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/trunk/yaws@955 9fbdc01b-0d2c-0410-bfb7-fb27d70d8b52
  • Loading branch information
Claes Wikstrom committed Mar 17, 2006
1 parent a30ca88 commit 2bae931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yaws_log.erl
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ terminate(_Reason, _State) ->


fmt_alog(Time, Ip, User, Req, Status, Length, Referrer, UserAgent) ->
[inet_parse:ntoa(Ip), " - ", User, [$\s], Time, [$\s, $"], Req, [$",$\s],
[fmt_ip(Ip), " - ", User, [$\s], Time, [$\s, $"], Req, [$",$\s],
Status, [$\s], Length, [$\s,$"], Referrer, [$",$\s,$"], UserAgent, [$",$\n]].


Expand Down

0 comments on commit 2bae931

Please sign in to comment.