]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.js
remove old-style big feed browser (2)
[tt-rss.git] / prefs.js
index 78b1d18d937e8636a6baeacf46ae6b4eb401c758..8fdaeb94037d0579c69cef8636e4e645d709ba3f 100644 (file)
--- a/prefs.js
+++ b/prefs.js
@@ -1284,14 +1284,15 @@ function backend_sanity_check_callback() {
                        }
 
                        if (!xmlhttp.responseXML) {
-                               fatalError(3, "[D001, Received reply is not XML]: " + xmlhttp.responseText);
+                               fatalError(3, "Sanity Check: Received reply is not XML", 
+                                       xmlhttp.responseText);
                                return;
                        }
        
                        var reply = xmlhttp.responseXML.firstChild.firstChild;
        
                        if (!reply) {
-                               fatalError(3, "[D002, Invalid RPC reply]: " + xmlhttp.responseText);
+                               fatalError(3, "Sanity Check: Invalid RPC reply", xmlhttp.responseText);
                                return;
                        }