More logging in XTables.

This commit is contained in:
Eratosthenes 2011-02-22 19:05:48 -05:00
parent 626fbf3986
commit 540b7369c4

View File

@ -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)