Skip to content

Commit

Permalink
Corrected log messagE
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Sep 28, 2023
1 parent d602eb0 commit 4e66fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyakvnc/vncsession.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def parse_vnc_info(self) -> None:
logger.debug(f"Could not find vnc log file at {self.vnc_log_file_path}")
self.vnc_pid_file_path = self.vnc_log_file_path.with_suffix(".pid")
if not self.vnc_pid_file_path.is_file():
logger.debug(f"Could not find vnc log file at {self.vnc_pid_file_path}")
logger.debug(f"Could not find vnc PID file at {self.vnc_pid_file_path}")

def vnc_pid_file_exists(self) -> bool:
if not self.vnc_pid_file_path:
Expand Down

0 comments on commit 4e66fa5

Please sign in to comment.