Update 'trashtalker.py'

This commit is contained in:
Maff 2019-05-01 10:06:51 +00:00
parent 1cd89ef312
commit b9b5fd4e5f
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ def main():
except:
elog(1, "pj-media-init", "Unable to initialise pjsip media or transport")
raise Exception("Unable to initialise pjsip media or transport")
olog(1, "init-complete", "trashtalker listening on uri %s" % sipuri)
olog(1, "init-complete", "trashtalker listening on uri %s and serving media from %s" % (sipuri, sourcepath))
try:
TrashTalkerInit()
except pj.Error as e: