edit logger

This commit is contained in:
xiaoran 2013-11-07 16:25:10 +08:00
parent 40f530736d
commit 79010d1a1e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class ScriptService {
return true;
} catch (Exception e) {
e.printStackTrace();
logger.info(scriptContent);
logger.info("when save script to DB" + scriptContent);
transaction.rollback();
return false;
} finally {