Skip to content

Commit

Permalink
Add a default case
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jun 19, 2024
1 parent cf20d09 commit 6b60cba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k4MarlinWrapper/src/components/MarlinProcessorWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ StatusCode MarlinProcessorWrapper::initialize() {
case MSG::DEBUG:
m_verbosity = "DEBUG";
break;
default:
m_verbosity = "MESSAGE";
break;
}

// pass m_verbosity to overwrite it if explicitly stated in wrapped parameters
Expand Down

0 comments on commit 6b60cba

Please sign in to comment.