##// END OF EJS Templates
Change distressing / inaccurate debug message about overwriting profiles
MinRK -
Show More
@@ -80,7 +80,7 b' class ClusterManager(LoggingConfigurable):'
80 for profile in list_profiles_in(path):
80 for profile in list_profiles_in(path):
81 pd = self.get_profile_dir(profile, path)
81 pd = self.get_profile_dir(profile, path)
82 if profile not in self.profiles:
82 if profile not in self.profiles:
83 self.log.debug("Overwriting profile %s" % profile)
83 self.log.debug("Adding cluster profile '%s'" % profile)
84 self.profiles[profile] = {
84 self.profiles[profile] = {
85 'profile': profile,
85 'profile': profile,
86 'profile_dir': pd,
86 'profile_dir': pd,
General Comments 0
You need to be logged in to leave comments. Login now