Skip to content

Commit

Permalink
Log as INFO when ending the monitoring thread
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomini committed Mar 29, 2021
1 parent aa92d12 commit 6421145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/Monitoring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void storm::Monitoring::thread_function(Monitoring* m) {

}
} catch (boost::thread_interrupted &e) {
srmlogit(STORM_LOG_ERROR, m->m_funcName, "Received thread_interrupted exception\n");
srmlogit(STORM_LOG_INFO, m->m_funcName, "Received thread_interrupted exception\n");
}
}

0 comments on commit 6421145

Please sign in to comment.