aboutsummaryrefslogtreecommitdiffstats
path: root/python/notify_bowdst.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/notify_bowdst.py')
-rw-r--r--python/notify_bowdst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/notify_bowdst.py b/python/notify_bowdst.py
index 1527f57c..b9f2d5b6 100644
--- a/python/notify_bowdst.py
+++ b/python/notify_bowdst.py
@@ -57,7 +57,7 @@ for row in inaccurate_balances.itertuples():
date = data.name
globeop_notional = data.globeop_notional
except IndexError:
- logger.warning("No matches")
+ logger.warning(f"No matches for {row.security_desc}")
continue
buf = StringIO()