Skip to content

Commit

Permalink
Merge branch 'master' of github.com:twitter/finagle
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Kallen committed Feb 14, 2011
2 parents 0814cdc + 0f4c685 commit 38cf56a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,11 @@ object Ssl {
if (context == null) {
try {
context = factory.context(certificatePath, keyPath)
log.log(Level.INFO, "SSL provider '%s' was used".format(factory.name()))
} catch {
case e: Throwable =>
log.log(Level.WARNING, "Provider '%s' not suitable".format(factory.name()))
log.log(Level.INFO, e.getMessage, e)
log.log(Level.FINEST, e.getMessage, e)
}
}

Expand Down
4 changes: 2 additions & 2 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Project properties
#Thu Feb 10 14:51:12 PST 2011
#Fri Feb 11 12:06:05 PST 2011
project.organization=com.twitter
project.name=finagle
sbt.version=0.7.4
project.version=1.1.21-SNAPSHOT
project.version=1.1.22-SNAPSHOT
build.scala.versions=2.8.1
project.initialize=false

0 comments on commit 38cf56a

Please sign in to comment.