Skip to content

Commit

Permalink
Remove references to the edmFramework HyperNews forum
Browse files Browse the repository at this point in the history
  • Loading branch information
makortel committed Dec 28, 2022
1 parent 038eb56 commit fb74240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IOPool/Input/src/RootFile.cc
Expand Up @@ -2327,7 +2327,7 @@ namespace edm {
<< "The parentage ID index value " << prov.parentageIDIndex_
<< " is out of bounds. The maximum value is " << parentageIDLookup_.size() - 1 << ".\n"
<< "This should never happen.\n"
<< "Please report this to the framework hypernews forum 'hn-cms-edmFramework@cern.ch'.\n";
<< "Please report this to the framework developers.";
}
retValue.emplace(BranchID(prov.branchID_), parentageIDLookup_[prov.parentageIDIndex_]);
}
Expand Down
2 changes: 1 addition & 1 deletion IOPool/Output/src/RootOutputFile.cc
Expand Up @@ -937,7 +937,7 @@ namespace edm {
<< "The parentage ID index value " << toStore.parentageIDIndex_
<< " is out of bounds. The maximum value is currently " << parentageIDs_.size() - 1 << ".\n"
<< "This should never happen.\n"
<< "Please report this to the framework hypernews forum 'hn-cms-edmFramework@cern.ch'.\n";
<< "Please report this to the framework developers.";
}

oToInsert.insert(toStore);
Expand Down

0 comments on commit fb74240

Please sign in to comment.