Home | History | Annotate | Download | only in commands

Lines Matching refs:messages

892             messages = [self._log_queue.get()]
894 messages.append(self._log_queue.get())
895 self._log_to_server('\n'.join(messages), is_new_entry=is_new_entry)
897 if self.QUIT_LOG in messages: