Skip to content
  • Ilias Tsitsimpis's avatar
    burnin: Fix a bug with logging.Formatter · a8e3b483
    Ilias Tsitsimpis authored
    The attribute 'msg` contains the unformatted string passed in the
    original logging call. We should use the `message' attribute which is
    the logged message, computed as msg % args.
    a8e3b483