Skip to content

Commit

Permalink
just improve logging. Don't change default port
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbaddog committed Jan 17, 2012
1 parent 4507787 commit 3387577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/contrib/bitbucket_buildbot.py
Expand Up @@ -155,8 +155,8 @@ def main():
" [default: %default]", default=4000, type=int, dest="port")
parser.add_option(
"-m", "--buildmaster",
help="Buildbot Master host and port. ie: localhost:9999 [default:"
+ " %default]", default="localhost:9999", dest="buildmaster")
help="Buildbot Master host and port. ie: localhost:9989 [default:"
+ " %default]", default="localhost:9989", dest="buildmaster")
parser.add_option(
"-l", "--log",
help="The absolute path, including filename, to save the log to"
Expand Down

0 comments on commit 3387577

Please sign in to comment.