Skip to content

Commit d8df5d8

Browse files
author
Johannes Duesing
committed
Added error message that was helpful for testing
1 parent a5b0e80 commit d8df5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/de/upb/cs/swt/delphi/instanceregistry/RequestHandler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ class RequestHandler(configuration: Configuration, authDao: AuthDAO, instanceDao
295295

296296
deployResult match {
297297
case Failure(ex) =>
298-
log.warning(s"Failed to deploy container, docker host not reachable.")
298+
log.warning(s"Failed to deploy container, docker host not reachable. Message ${ex.getMessage}")
299299
instanceDao.removeInstance(id)
300300
fireDockerOperationErrorEvent(None, s"Deploy failed with message: ${ex.getMessage}")
301301
Failure(new RuntimeException(s"Failed to deploy container, docker host not reachable (${ex.getMessage})."))

0 commit comments

Comments
 (0)