diff --git a/net/WebFrame.js b/net/WebFrame.js index 591a4f5..1389507 100644 --- a/net/WebFrame.js +++ b/net/WebFrame.js @@ -43,7 +43,8 @@ Framework.prototype.run = function() } Dragonfly.Info( - method + ": " + encodeURI( this.HTTP.request.raw.url ) + this.HTTP.request.remoteAddr + " " + + method + ": " + encodeURI( this.HTTP.request.raw.url ) + " - " + this.HTTP.request.raw.headers["user-agent"] , Dragonfly.Visibility.VISIBLE );