We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45ebc7f + 3aa1dbf commit 59c1a9fCopy full SHA for 59c1a9f
src/server/api/common_api.py
@@ -382,7 +382,7 @@ def get_support_oview(matching_id):
382
383
384
else: # len(rows) == 0
385
- logger.warn('No SF contact IDs found for matching_id %', str(matching_id))
+ logger.warn('No SF contact IDs found for matching_id %s', str(matching_id))
386
oview_fields['number_of_gifts'] = 0 # Marker for no data
387
return jsonify(oview_fields)
388
0 commit comments