Skip to content

Commit

Permalink
Merge pull request #289 from josh-mckenzie/windows_verbose_startup
Browse files Browse the repository at this point in the history
Print pid of nodes when started on Windows
  • Loading branch information
ptnapoleon committed May 27, 2015
2 parents 3b13024 + bd3c82a commit fae010b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ccmlib/node.py
Expand Up @@ -508,6 +508,7 @@ def start(self,
if common.is_win():
self.__clean_win_pid()
self._update_pid(process)
print_("Started: {0} with pid: {1}".format(self.name, self.pid), file=sys.stderr, flush=True)
elif update_pid:
self._update_pid(process)

Expand Down

0 comments on commit fae010b

Please sign in to comment.