Commit 58f055ca authored by Liang Ding's avatar Liang Ding

📝 微调日志文案

parent 35089274
...@@ -187,7 +187,7 @@ public class InitService { ...@@ -187,7 +187,7 @@ public class InitService {
return; return;
} }
} catch (final Exception e) { } catch (final Exception e) {
LOGGER.log(Level.ERROR, "Check tables failed, please make sure database existed and connection URL [jdbc.URL] in local.props is correct [msg=" + e.getMessage() + "]"); LOGGER.log(Level.ERROR, "Check tables failed, please make sure database existed and database configuration [jdbc.*] in local.props is correct [msg=" + e.getMessage() + "]");
System.exit(-1); System.exit(-1);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment