nothing special

This commit is contained in:
Wolfgang Hottgenroth
2017-11-18 22:10:03 +01:00
parent 401417d485
commit fc1639ac76
2 changed files with 1 additions and 2 deletions

View File

@ -76,5 +76,6 @@ public class DatabaseEngine extends Thread implements ITriggerable {
logger.error("Exception in outer database engine loop", e);
}
}
logger.info("Database engine is terminating");
}
}

View File

@ -4,8 +4,6 @@ import java.time.LocalDateTime;
import java.util.HashMap;
import java.util.Properties;
import javax.management.RuntimeErrorException;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.eclipse.paho.client.mqttv3.IMqttDeliveryToken;