Explorar el Código

Небольшой тюнинг

Book Pauk hace 3 años
padre
commit
56c4182985
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      server/routes.js

+ 1 - 1
server/routes.js

@@ -115,7 +115,7 @@ function initStatic(app, config) {
                 }
             }
         } catch(e) {
-            log(LM_ERR, `Static.restoreRemoteFile: ${e.message}`);
+            log(LM_ERR, `static::restoreRemoteFile ${req.path} > ${e.message}`);
         }
 
         return next();