Skip to content

Commit

Permalink
Log that we are giving up
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@1508 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Feb 13, 2009
1 parent 319450e commit 719dc17
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -145,6 +145,9 @@ public void setup() throws IOException
{
Thread.currentThread().interrupt();
}
// If we got this far something went wrong
log.warn("Unable to connect to JBoss after " + bootTimeout + "ms, giving up!");
launch(jbossHome, "shutdown", "-S");
}
else
{
Expand Down

0 comments on commit 719dc17

Please sign in to comment.