From: W. Trevor King Date: Thu, 1 Jul 2010 02:43:29 +0000 (-0400) Subject: Use name instead of field_regexp to compose find_field log message. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6b3c99467a3295098f769921e78533cdb602dc00;p=sitecorepy.git Use name instead of field_regexp to compose find_field log message. --- diff --git a/sitecore/__init__.py b/sitecore/__init__.py index b771c5d..84e3bed 100755 --- a/sitecore/__init__.py +++ b/sitecore/__init__.py @@ -151,7 +151,7 @@ class SiteCoreConnection (object): a.send_keys(message+'\n') def find_field(self, field_regexp, name=None): - self.logger.info('finding %s field' % field_regexp) + self.logger.info('finding %s field' % name) # found id start by manually focusing in the element and running # >>> a = s.w.switch_to_active_element() # >>> a.get_attribute('id')