--- ECHO_content/ECHO_helpers.py 2009/04/21 08:12:58 1.101 +++ ECHO_content/ECHO_helpers.py 2009/06/09 14:05:19 1.102 @@ -92,7 +92,7 @@ class ECHO_basis: # Managment for the PID def setPID(self,pid): """set the pid""" - logging.debug(self.getID()+" PID set to "+pid) + logging.debug(self.getId()+" PID set to "+pid) self.pid=pid return True