Skip to content

Commit

Permalink
#429 PR remark
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitri Baron <[email protected]>
  • Loading branch information
barondim authored and rosiereflo committed Oct 1, 2024
1 parent 219739e commit 7cf7f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Launcher/DYNRobustnessAnalysisLauncher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ RobustnessAnalysisLauncher::initLog() {

appenders.push_back(appender);

Trace::addAppenders(appenders);
Trace::clearAndAddAppenders(appenders);

// known projects versions
std::vector<Version> versions;
Expand Down

0 comments on commit 7cf7f48

Please sign in to comment.