>
> logger.debug(">> awaiting login details for virtualGuest(%s)",
> result.getId());
> boolean orderInSystem = loginDetailsTester.apply(result);
> - logger.trace("<< virtualGuest(%s) complete(%s)", result.getId(),
> orderInSystem);
> + logger.trace("<< VirtualGuest(%s) complete(%s)", result.getId(),
> orderInSystem);
> +
> + if(!orderInSystem) {[minor] Space after the if. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/296/files#r12882325
