mirror of https://github.com/apache/cloudstack.git
Transaction: Fix better debug message
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
7795cfd759
commit
9cf5f9d780
|
|
@ -1020,7 +1020,7 @@ public class Transaction {
|
|||
s_logger.fatal("Unable to load db properties file, pl. check the classpath and file path configuration", e);
|
||||
return;
|
||||
} catch (NullPointerException e) {
|
||||
s_logger.fatal("Unable to load and read db properties file " + propsFileName + "Error: " + e);
|
||||
s_logger.fatal("Unable to locate db properties file within classpath or absolute path: " + propsFileName);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue