Skip to content

Commit

Permalink
Fix text copy pasting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dramelac committed Jan 11, 2024
1 parent fb2a1c9 commit 4141901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exegol/model/ContainerConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def configureDesktop(self, desktop_config: str, create_mode: bool = False):
def __disableDesktop(self):
"""Procedure to disable exegol desktop feature"""
if self.isDesktopEnabled():
logger.verbose("Config: Disabling shell logging")
logger.verbose("Config: Disabling exegol desktop")
assert self.__desktop_proto is not None
if not self.__network_host:
self.__removePort(self.__default_desktop_port[self.__desktop_proto])
Expand Down

0 comments on commit 4141901

Please sign in to comment.