mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(server) controller log: rm ":"
This commit is contained in:
parent
825fac1f6e
commit
d653744000
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue