Skip to content

Commit aa5692b

Browse files
Merge pull request #218 from JeffersonLab/jeremym-dev
Move init print out statement.
2 parents 3072892 + c1b4aa1 commit aa5692b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conditions/src/main/java/org/hps/conditions/database/DatabaseConditionsManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,10 +691,10 @@ public synchronized void setDetector(final String detectorName, final int runNum
691691

692692
if (!this.isInitialized || !detectorName.equals(this.getDetector()) || runNumber != this.getRun()) {
693693

694-
LOG.config("Initializing conditions system with detector '" + detectorName + "' and run " + runNumber);
695-
696694
if (!this.isFrozen) {
697695

696+
LOG.config("Initializing conditions system with detector '" + detectorName + "' and run " + runNumber);
697+
698698
// Set flag if run number is from Test Run 2012 data.
699699
if (isTestRun(runNumber)) {
700700
this.isTestRun = true;

0 commit comments

Comments
 (0)