From 36ac81b7f78ee91e901f4ac90f321895b3496d2a Mon Sep 17 00:00:00 2001 From: Nicholas Tsirakis Date: Mon, 11 Feb 2019 10:42:17 -0500 Subject: [PATCH] [x64] Delimit all POST logging with \r\n\r\n Quark server expects payload to end in two newlines. Delimit all POST requests so that the server can parse them properly. Signed-off-by: Nicholas Tsirakis --- dist/script/lib/debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/script/lib/debug.js b/dist/script/lib/debug.js index 871a869..14a81e1 100755 --- a/dist/script/lib/debug.js +++ b/dist/script/lib/debug.js @@ -39,7 +39,7 @@ XenClient.UI.Debug = (function() { XUIXhr.post( "/log/0", - "UI: " + message, + "UI: " + message + "\r\n\r\n", null, null, {