Skip to content

Commit 6ee7df2

Browse files
committed
link resolve
1 parent f3df157 commit 6ee7df2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mainReadout.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ int Readout::_configure(const boost::property_tree::ptree& properties)
994994
cfgLinksErrors++;
995995
return;
996996
}
997-
theLog.log(LogInfoDevel_(3002), "Link substituted %s : %s -> %s", key.c_str(), value.c_str(), linkValue.c_str());
997+
theLog.log(LogInfoDevel_(3002), "Link substituted : %s = %s -> %s", key.c_str(), value.c_str(), linkValue.c_str());
998998
pt.data() = linkValue;
999999
nSubstitutions++;
10001000
}
@@ -1009,6 +1009,7 @@ int Readout::_configure(const boost::property_tree::ptree& properties)
10091009
for (int i = 0; i <= maxLoops; i++) {
10101010
if (i == maxLoops) {
10111011
theLog.log(LogErrorSupport_(3100), "Links not fully resolved after %d iterations, there might be some circular dependencies in the configuration", maxLoops);
1012+
cfgLinksErrors++;
10121013
break;
10131014
}
10141015
nSubstitutions = 0;

0 commit comments

Comments
 (0)