Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Updated logger output, fixes #55
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamrah committed Apr 16, 2015
1 parent 831a7e5 commit da3f0f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class SprayApiScanner(apiTypes: Seq[Type])
SwaggerContext.loadClass(api.toString).getAnnotation(classOf[Api]) != null
} catch {
case ex: Exception => {
logger.error("Problem loading class: %s. %s: %s".format(api.toString, ex.getMessage))
logger.error("Problem loading class: %s. Message: %s".format(api.toString, ex.getMessage))
false
}
}
Expand Down

0 comments on commit da3f0f6

Please sign in to comment.