[SIP Beyond VoIP] sylkserver logging error

Juha Heinanen jh at tutpro.com
Thu Feb 6 20:45:37 CET 2014


an exception is produced by this statement

Feb  6 11:52:43 dev sylk-server[30059]:   File "/usr/lib/python2.6/dist-packages/sylk/applications/conference/__init__.py", line
352, in _NH_DNSLookupDidSucceed
Feb  6 11:52:43 dev sylk-server[30059]:     log.msg('Room %s - failed to add %s to %s' % (self.room_uri_str, self.refer_to_uri))
Feb  6 11:52:43 dev sylk-server[30059]: TypeError: not enough arguments for format string

perhaps the statement should be like this:

log.msg('Room %s - failed to add %s' % (self.room_uri_str, self.refer_to_uri))

-- juha





More information about the SIPBeyondVoIP mailing list