Misc default value changes

This commit is contained in:
2015-01-06 15:16:35 +08:00
parent e781db308b
commit ca6a88798a
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ Framework.prototype.run = function()
}
Dragonfly.Info(
this.HTTP.request.remoteAddr + " "
( this.HTTP.request.raw.headers[ "x-forwarded-for" ] || this.HTTP.request.remoteAddr ) + " "
+ method + ": " + encodeURI( this.HTTP.request.raw.url )
+ " - " + this.HTTP.request.raw.headers["user-agent"]
, Dragonfly.Visibility.VISIBLE