Bug 1026987 - Remove spurious space after newline; DONTBUILD

This commit is contained in:
Ed Morley 2014-08-05 14:03:22 +01:00
Родитель 4494fd3afb
Коммит b1f615d07c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1194,7 +1194,7 @@ nsSocketTransport::InitiateSocket()
netaddr->GetAddress(ipaddr); netaddr->GetAddress(ipaddr);
fprintf_stderr(stderr, fprintf_stderr(stderr,
"FATAL ERROR: Non-local network connections are disabled and a connection " "FATAL ERROR: Non-local network connections are disabled and a connection "
"attempt to %s (%s) was made.\n You should only access hostnames " "attempt to %s (%s) was made.\nYou should only access hostnames "
"available via the test networking proxy (if running mochitests) " "available via the test networking proxy (if running mochitests) "
"or from a test-specific httpd.js server (if running xpcshell tests). " "or from a test-specific httpd.js server (if running xpcshell tests). "
"Browser services should be disabled or redirected to a local server.\n", "Browser services should be disabled or redirected to a local server.\n",