Hi everyone - I'm trying to track some problems in my system, and I came across this while trying to find out why my ~/.xsession-errors file grows huge in no time (it had 1,2 GB after only about 30 hours)
The main reason are surely X Errors, but I'm really wondering why so much normal stuff of kopete is logged there.
Things like
|
Source code
|
1
2
3
4
5
6
7
|
kopete (msn): WARNING: [void MSNSocket::slotSocketError(int)] Error: 17 (Die Gegenstelle hat die Verbindung beendet)
kopete (msn): WARNING: [void MSNSocket::slotSocketError(int)] Error: 17 (Die Gegenstelle hat die Verbindung beendet)
CTransfer::DataSend() write error !
: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt
QFont::setPointSize: Point size <= 0 (-1)
QFont::setPointSize: Point size <= 0 (-1)
kopete: MessageHandler created
|
and even received messages are logged:
|
Source code
|
1
|
kopete: Received Message: blablabla
|
I read I could disable logging to .xsession-errors with kdebugdialog, but even after disabling everythign that had kopete in there, and restarting kopete, it's still logged.
Any reason for this? Any idea how to prevent this behaviour?
My system a Mandriva 2008.1 with kde 3.5.9 and kopete 0.12.7
thanks
AlleyJazz