>
> - System.out.println("Connecting to " + connString);
> + System.out.format(" Connecting to %s%n", connString);This is just an illustrative example, showing users how to connect to a database from outside the cloud (and get the connection string it). It's not being logged nor is it intended to be used as is in any other process. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-examples/pull/21/files#r6927398
