Explorar o código

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

Book Pauk %!s(int64=3) %!d(string=hai) anos
pai
achega
56c4182985
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      server/routes.js

+ 1 - 1
server/routes.js

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