Skip to content

Commit 2f15280

Browse files
author
Jacek Gębal
committed
Update run action log info.
1 parent 758059d commit 2f15280

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/utplsql/cli/RunAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ private void initDatabase(DataSource dataSource) throws SQLException {
192192

193193
compatibilityProxy = checkFrameworkCompatibility(conn);
194194

195-
logger.info("Successfully connected to database. UtPLSQL core: {}", compatibilityProxy.getVersionDescription());
196-
logger.info("Oracle-Version: {}", new DefaultDatabaseInformation().getOracleVersion(conn));
195+
logger.info("Connected to Oracle database: {}", new DefaultDatabaseInformation().getOracleVersion(conn));
196+
logger.info("utPLSQL core: {}", compatibilityProxy.getVersionDescription());
197197
} catch (SQLException e) {
198198
if (e.getErrorCode() == 1017 || e.getErrorCode() == 12514) {
199199
throw new DatabaseConnectionFailed(e);

0 commit comments

Comments
 (0)