1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/CLIStarter.java Sun Dec 22 23:55:07 2013 +0100
1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/CLIStarter.java Mon Dec 23 00:14:29 2013 +0100
1.3 @@ -107,7 +107,7 @@
1.4 } else {
1.5 FormatterDefinition fd = configuration.getFormatter(options.getFormatterName());
1.6 if (fd == null) {
1.7 - throw new ConfigurationException("Formatter is not configured: " + options.getDatabaseName());
1.8 + throw new ConfigurationException("Formatter is not configured: " + options.getFormatterName());
1.9 } else {
1.10 DatabaseConnection c = dd.connect();
1.11 Formatter f = fd.getInstance(new FormatterContext(options.getOutputStream()));