we now don't log shat state
This commit is contained in:
parent
7acbbd0af3
commit
3f9a52a177
|
@ -270,6 +270,7 @@ class Connection:
|
|||
log_msgtxt = msgtxt
|
||||
if subject:
|
||||
log_msgtxt = _('Subject: %s\n%s') % (subject, msgtxt)
|
||||
if msg.getTag('body'):
|
||||
gajim.logger.write('incoming', log_msgtxt, str(msg.getFrom()),
|
||||
tim = tim)
|
||||
self.dispatch('MSG', (str(msg.getFrom()), msgtxt, tim, encrypted,
|
||||
|
|
Loading…
Reference in New Issue