[Erp5-report] r33996 luke - /erp5/trunk/utils/erp5.timmy/src/erp5/timmy/timmy.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Mar 23 11:50:10 CET 2010
Author: luke
Date: Tue Mar 23 11:50:06 2010
New Revision: 33996
URL: http://svn.erp5.org?rev=33996&view=rev
Log:
- inform which type of plugin is needed
Modified:
erp5/trunk/utils/erp5.timmy/src/erp5/timmy/timmy.py
Modified: erp5/trunk/utils/erp5.timmy/src/erp5/timmy/timmy.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.timmy/src/erp5/timmy/timmy.py?rev=33996&r1=33995&r2=33996&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.timmy/src/erp5/timmy/timmy.py [utf8] (original)
+++ erp5/trunk/utils/erp5.timmy/src/erp5/timmy/timmy.py [utf8] Tue Mar 23 11:50:06 2010
@@ -204,8 +204,8 @@
plugin_init = getattr(self, '%s' % self.partition_type, None)
if plugin_init is None:
# plugin not supported, create dummy method doing nothing
- logging.warning('Plugin for %s not found, generating dummy one' %
- partition_type)
+ logging.warning('Partition management plugin for %s not found, '
+ 'generating dummy one' % partition_type)
for method in 'install', 'start', 'stop', 'getPartitionState':
setattr(self, '%s_%s' % (method, self.partition_type),
self.notImplemented)
More information about the Erp5-report
mailing list