Skip to content

Commit

Permalink
Small fix in phd2 server logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gnthibault committed Dec 29, 2022
1 parent 361649e commit 69341fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Guider/GuiderPHD2.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ def get_profile_id_from_name(self, profile_name):

def set_profile_from_name(self, profile_name):
profile_id, profiles = self.get_profile_id_from_name(profile_name=profile_name)
self.logger.debug(f"About to set profile with id {profile_name} among the following list: {profiles}")
self.logger.debug(f"About to set profile with name {profile_name} and id {profile_id} among the following list:"
f" {profiles}")
self.set_profile(profile_id)

def status(self):
Expand Down

0 comments on commit 69341fb

Please sign in to comment.