Skip to content

Commit 9cf5f9d

Browse files
committed
Transaction: Fix better debug message
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
1 parent 7795cfd commit 9cf5f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/src/com/cloud/utils/db/Transaction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ public static void initDataSource(String propsFileName) {
10201020
s_logger.fatal("Unable to load db properties file, pl. check the classpath and file path configuration", e);
10211021
return;
10221022
} catch (NullPointerException e) {
1023-
s_logger.fatal("Unable to load and read db properties file " + propsFileName + "Error: " + e);
1023+
s_logger.fatal("Unable to locate db properties file within classpath or absolute path: " + propsFileName);
10241024
return;
10251025
}
10261026

0 commit comments

Comments
 (0)