feature(server) controller log: rm ":"

This commit is contained in:
coderaiser 2013-10-21 12:32:17 +00:00
parent 825fac1f6e
commit d653744000

View file

@ -155,7 +155,7 @@
/* added supporting of Russian language in directory names */
lPath = Querystring.unescape(lPath);
Util.log(pReq.method + ': ' + lPath + lQuery);
Util.log(pReq.method + ' ' + lPath + lQuery);
var lData = {
name : lPath,