From 540b7369c4e47a840a17ffb5bde635f74847e7f8 Mon Sep 17 00:00:00 2001 From: Eratosthenes Date: Tue, 22 Feb 2011 19:05:48 -0500 Subject: [PATCH] More logging in XTables. --- pyfpdb/XTables.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/XTables.py b/pyfpdb/XTables.py index 19cd5278..6ca77e67 100644 --- a/pyfpdb/XTables.py +++ b/pyfpdb/XTables.py @@ -71,6 +71,7 @@ class Table(Table_Window): break if self.number is None: + log.error("No match in XTables for table '%s'." % self.search_string) return None (self.window, self.parent) = self.get_window_from_xid(self.number)