Iets nettere logging
svn path=/Website/trunk/; revision=25653
This commit is contained in:
@@ -106,9 +106,9 @@ function get_qv_ticket(qvRoot, qvauth)
|
|||||||
{
|
{
|
||||||
__DoLog("Could not get Qlikview Ticket", "#FFFF00");
|
__DoLog("Could not get Qlikview Ticket", "#FFFF00");
|
||||||
__DoLog("U: " + ticketUrl);
|
__DoLog("U: " + ticketUrl);
|
||||||
__DoLog("R: " + Server.HTMLEncode(req));
|
__SafeDoLog("R: " + Server.HTMLEncode(req));
|
||||||
__DoLog("QV S: " + xmlhttp.status);
|
__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");
|
shared.simpel_page("Could not get Qlikview Ticket");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user