Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ private[jdbc] object ConnectionProvider extends Logging {
providers += provider
} catch {
case t: Throwable =>
logError(s"Failed to load built in provider.", t)
logError("Failed to load built in provider.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

built in -> built-in

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe, could you update line 42 together?

logInfo("Loading of the provider failed with the exception:", t)
}
}
// Seems duplicate but it's needed for Scala 2.13
Expand Down