From 4bf0e1ae98d2e3c4dbf8fce2aafdc8cf1576c025 Mon Sep 17 00:00:00 2001 From: Jos Groot Lipman Date: Wed, 15 Jul 2015 13:32:27 +0000 Subject: [PATCH] Iets nettere logging svn path=/Website/trunk/; revision=25653 --- APPL/QVW/qv_ticket.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/APPL/QVW/qv_ticket.inc b/APPL/QVW/qv_ticket.inc index 563a22cdb3..78b2f2f2b0 100644 --- a/APPL/QVW/qv_ticket.inc +++ b/APPL/QVW/qv_ticket.inc @@ -106,9 +106,9 @@ function get_qv_ticket(qvRoot, qvauth) { __DoLog("Could not get Qlikview Ticket", "#FFFF00"); __DoLog("U: " + ticketUrl); - __DoLog("R: " + Server.HTMLEncode(req)); + __SafeDoLog("R: " + Server.HTMLEncode(req)); __DoLog("QV S: " + xmlhttp.status); - __DoLog("QV T: " + Server.HTMLEncode(xmlhttp.responseText)); + __SafeDoLog("QV T: " + Server.HTMLEncode(xmlhttp.responseText)); shared.simpel_page("Could not get Qlikview Ticket"); }