Skip to content

Instantly share code, notes, and snippets.

@j-griffith
Created August 7, 2014 20:07
Show Gist options
  • Save j-griffith/2e0cfa586b1367da902e to your computer and use it in GitHub Desktop.
Save j-griffith/2e0cfa586b1367da902e to your computer and use it in GitHub Desktop.
LOG.debug('Image fetch details: dest %(dest)s, size %(sz).2f MB, '
'duration %(duration).2f sec',
{'dest:': image_file.name, 'sz': fsz_mb, 'duration': duration})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment