Home | History | Annotate | Download | only in pseudomodem

Lines Matching refs:logging

15 import logging
58 logging.info('Nuking %s with %s', subproc.pid, sig)
161 logging.info('Command line flags for pseudomodem set to: |%s|', val)
228 logging.warning('Failed to clean up the launched '
314 logging.error(err_msg)
342 logging.error('Could not find uid for user %s [%s]',
346 logging.debug('Setting UID to %d', pwd_data.pw_uid)
350 logging.error('Could not set uid to %d [%s]',
365 logging.debug('LivenessCheck: No luck yet. (%s)', str(e))
403 logging.warning('Failed to delete temp file: %s (error %s)',
426 logging.error('pseudomodem child process quit early!')
427 logging.error('Reason: %s', error_reason)
429 logging.error('Traceback: %s', line.strip())