Skip to content

Commit

Permalink
Fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ash211 committed Jul 25, 2014
1 parent 0347aef commit 7c5bdc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private[spark] object PortManager extends Logging
offset == (maxRetries-1)) {
throw e
}
logInfo("Could not bind on port: " + tryPort + ". Attempting port " + (tryPort+1))
logInfo("Could not bind on port: " + tryPort + ". Attempting port " + (tryPort + 1))
}
case e: Exception => throw e
}
Expand Down

0 comments on commit 7c5bdc4

Please sign in to comment.