mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Turn th message about disabled socket into optional debug, since many
windows users believe that it actually means something, see e.g. http://thread.gmane.org/gmane.editors.lyx.general/50338 http://thread.gmane.org/gmane.editors.lyx.general/39680 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26670 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c7a28bbec7
commit
8cc7e00cfd
@ -52,7 +52,7 @@ ServerSocket::ServerSocket(LyXFunc * f, FileName const & addr)
|
||||
address_(addr)
|
||||
{
|
||||
if (fd_ == -1) {
|
||||
lyxerr << "lyx: Disabling LyX socket." << endl;
|
||||
LYXERR(Debug::LYXSERVER, "lyx: Disabling LyX socket.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user