diff --git a/inflatinator/revbank.py b/inflatinator/revbank.py index 5ddb534..1e7d174 100644 --- a/inflatinator/revbank.py +++ b/inflatinator/revbank.py @@ -86,11 +86,11 @@ def update_product_pricings(src): try: prod_info = find_product_details(product) except NoAutoUpdate: - logging.debug('no auto update: %s', product) + logging.debug('no auto update: "%s"', product.description) lines_out.append(line) continue except Exception as err: - logging.error('did not update %s: %s', product, err) + logging.error('did not update "%s": %s', product.description, err) lines_out.append(line) continue