From 3ddeae302a765514e1b91343e81dd58a7e6ec3b9 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Fri, 24 Sep 2021 00:04:25 -0500 Subject: [PATCH] DOC #507 --- apstools/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apstools/utils.py b/apstools/utils.py index 0d9df22b4..850c109c7 100644 --- a/apstools/utils.py +++ b/apstools/utils.py @@ -964,7 +964,7 @@ def _sort(uid): sequence.append(k) except Exception as exc: logger.warning( - "Could not find run %s in catalog %s with given search terms: %s", + "Could not find run %s in search of catalog %s: %s", k, self.cat.name, exc,