1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 14:35:58 +00:00

small fatal error improvements

This commit is contained in:
Andrew Dolgov
2006-03-31 06:33:03 +01:00
parent 9a3bb96a87
commit 462a192bd5
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ function backend_sanity_check_callback() {
try {
if (!xmlhttp.responseXML) {
fatalError(3, "[D001, Reply is not XML]: " + xmlhttp.responseText);
fatalError(3, "[D001, Received reply is not XML]: " + xmlhttp.responseText);
return;
}