Revision: 8641
http://sourceforge.net/p/bigdata/code/8641
Author: thompsonbry
Date: 2014-09-06 16:04:00 +0000 (Sat, 06 Sep 2014)
Log Message:
-----------
reduced log level.
Modified Paths:
--------------
branches/SESAME_2_7/bigdata/src/java/com/bigdata/service/DataService.java
Modified: branches/SESAME_2_7/bigdata/src/java/com/bigdata/service/DataService.java
===================================================================
--- branches/SESAME_2_7/bigdata/src/java/com/bigdata/service/DataService.java 2014-09-04 11:04:48 UTC (rev 8640)
+++ branches/SESAME_2_7/bigdata/src/java/com/bigdata/service/DataService.java 2014-09-06 16:04:00 UTC (rev 8641)
@@ -558,9 +558,9 @@
* report that it is closed. At that point the data service can
* not start and will shutdown.
*/
+ if(log.isInfoEnabled())
+ log.info("Store manager not open - will shutdown.");
- log.fatal("Store manager not open - will shutdown.");
-
// shutdown the data service.
dataService.shutdownNow();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|