Transaction: Fix better debug message

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Rohit Yadav 2013-02-05 12:42:33 +05:30
parent 7795cfd759
commit 9cf5f9d780
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}