Skip to content

Commit

Permalink
Merge "Improve error message when creating connection." into R5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul v3 CI authored and opencontrail-ci-admin committed Jun 5, 2018
2 parents 16f340c + 0779d47 commit 0eead5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ConnectionManager
if (list == null)
throw ConnectionException("User not authorized to connect to Contrail controller.")
} catch (ex: IOException) {
throw ConnectionException("Could not connect to Contrail controller.")
throw ConnectionException("Could not connect to Contrail controller: ${ex.message}.")
}
}

Expand Down

0 comments on commit 0eead5a

Please sign in to comment.