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.
1 parent 103f92e commit 3aa1dbfCopy full SHA for 3aa1dbf
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