Skip to content

Commit

Permalink
Merge branch 'prep-release/fddaq-v5.1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
John Freeman committed Jul 23, 2024
2 parents c9952ab + 3897dc7 commit fc73caf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.12)
project(ers VERSION 1.5.1)
project(ers VERSION 1.5.2)

find_package(daq-cmake REQUIRED )

Expand Down
1 change: 1 addition & 0 deletions src/Schema.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ void ers::to_schema ( const Issue & i, dunedaq::ersschema::IssueChain & out) {
while ( cause_ptr ) {
auto ptr = out.add_causes() ;
to_schema( *cause_ptr, *ptr);
ptr -> set_severity(ers::to_string(i.severity())); // severity is forced to be the same as the top issue
cause_ptr = cause_ptr -> cause();
}

Expand Down

0 comments on commit fc73caf

Please sign in to comment.