Skip to content

Commit cffabfa

Browse files
committed
Write real information about version to log
1 parent aff919c commit cffabfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/utplsql/api/TestRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public void run(Connection conn) throws SQLException {
157157
} else {
158158
compatibilityProxy = new CompatibilityProxy(conn, databaseInformation);
159159
}
160-
logger.info("Running on utPLSQL {}", compatibilityProxy.getUtPlsqlVersion());
160+
logger.info("Running on utPLSQL {}", compatibilityProxy.getVersionDescription());
161161

162162
if (reporterFactory == null) {
163163
reporterFactory = ReporterFactory.createDefault(compatibilityProxy);

0 commit comments

Comments
 (0)