Lines Matching refs:logging
8 import logging, re, os, time, hashlib
137 logging.debug('Volume "%s" is already mounted, skipping '
141 logging.info('Mounting %(device)s in %(mountpoint)s.', storage_dict)
182 logging.debug('Volume "%s" is already unmounted: skipping '
186 logging.info('Unmounting %(device)s from %(mountpoint)s.',
196 logging.debug('Removing %s failed: %s: ignoring.',
277 logging.debug('Preparing volume on %s.', storage['device'])
281 logging.warning("%s._prepare_volume() didn't find any device "
285 logging.warning("%s._prepare_volume() couldn't format volume: %s",
288 logging.debug('Volume preparation finished.')
311 logging.debug('%s and mounting each matched volume.', msg)
313 logging.debug('%s, but not mounting each matched volume.', msg)
316 logging.info('Waiting until device is inserted, '
323 logging.debug('Found %s (mount_volume=%d).', ret, mount_volume)
330 logging.debug('Storage %s not found, wait and rescan '
387 logging.debug('Creating %s (size %d) from /dev/urandom.', path, size)
406 logging.debug("MD5 checksum for %s is %s.", path, m.hexdigest())