Skip to content

Commit

Permalink
Change logging to accomodate Rich Logging's format.
Browse files Browse the repository at this point in the history
This should address issue #194.

PiperOrigin-RevId: 602383563
  • Loading branch information
kenjitoyama authored and copybara-github committed Jan 29, 2024
1 parent cfacf82 commit db9b14f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def logfile_path(self) -> str:
def launch_emulator_process(self) -> None:
"""Launches the emulator."""

logging.info('Booting new emulator [%s]', self._config.emulator_path)
logging.info('Booting new emulator: %s', self._config.emulator_path)

# Set necessary environment variables.
base_lib_dir = self._config.emulator_path[:-8] + 'lib64/'
Expand Down

0 comments on commit db9b14f

Please sign in to comment.