Skip to content
Snippets Groups Projects
Commit 869e1851 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Move init msg out of the sub-constructor and changed to debug

parent d60a291a
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,9 @@ import java.io.File ...@@ -6,9 +6,9 @@ import java.io.File
import org.broadinstitute.sting.queue.util.Logging import org.broadinstitute.sting.queue.util.Logging
class Config(var map: Map[String,Any]) extends Logging { class Config(var map: Map[String,Any]) extends Logging {
logger.debug("Init phase of config")
def this() = { def this() = {
this(Map()) this(Map())
logger.info("Init phase of config")
loadDefaultConfig() loadDefaultConfig()
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment