FSN#40156 Iets meer API logging

svn path=/Website/branches/v2017.1/; revision=34023
This commit is contained in:
Jos Groot Lipman
2017-05-29 09:42:29 +00:00
parent fc1caba384
commit b58f75101c

View File

@@ -22,6 +22,9 @@ var EXPIRED_PASSWORD_OK = true; // performance
<%
var API = new API_func(); // controleert vanzelf
if (API.apidata.loglevel > 1)
__Logging = API.apidata.loglevel || __Logging || 0;
__Log("Transferring to: " + API.apidata.file);
Server.Transfer(API.apidata.file);
%>