diff src/plugins/plugin_xep_0234.py @ 1669:697effba0310

plugin pipe: rewritten plugin as a jingle application. The current implentation can, in some cases, block the backend, and is experimental only. Improvments are needed in the future.
author Goffi <goffi@goffi.org>
date Wed, 25 Nov 2015 02:04:43 +0100
parents 63cef4dbf2a4
children 27a140aa5023
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0234.py	Wed Nov 25 00:22:23 2015 +0100
+++ b/src/plugins/plugin_xep_0234.py	Wed Nov 25 02:04:43 2015 +0100
@@ -321,7 +321,7 @@
             content_data['file_obj'].close()
 
     def _finishedEb(self, failure, session, content_name, content_data, profile):
-        log.warning(u"Error while streaming through s5b: {}".format(failure))
+        log.warning(u"Error while streaming file: {}".format(failure))
         content_data['file_obj'].close()
         self._j.contentTerminate(session, content_name, reason=self._j.REASON_FAILED_TRANSPORT, profile=profile)