mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Change distressing / inaccurate debug message about overwriting profiles
This commit is contained in:
parent
ea6e18abf3
commit
afff38aabf
@ -80,7 +80,7 @@ class ClusterManager(LoggingConfigurable):
|
||||
for profile in list_profiles_in(path):
|
||||
pd = self.get_profile_dir(profile, path)
|
||||
if profile not in self.profiles:
|
||||
self.log.debug("Overwriting profile %s" % profile)
|
||||
self.log.debug("Adding cluster profile '%s'" % profile)
|
||||
self.profiles[profile] = {
|
||||
'profile': profile,
|
||||
'profile_dir': pd,
|
||||
|
Loading…
Reference in New Issue
Block a user