def dump_text(self, msg, target=None):
        """Dump the decoded parsed text of the message to stderr."""
        self.ctxt.log.debug("Dumping text to STDERR")
        print(msg.text, file=sys.stderr)
        return True