Skip to content

Commit 6166b3e

Browse files
authored
Update power_grid_model_c/power_grid_model/include/power_grid_model/common/multi_threaded_logging.hpp
Signed-off-by: Martijn Govers <[email protected]> Signed-off-by: Martijn Govers <[email protected]>
1 parent 7d5a4de commit 6166b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

power_grid_model_c/power_grid_model/include/power_grid_model/common/multi_threaded_logging.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class MultiThreadedLoggerImpl : public MultiThreadedLogger {
2828
try {
2929
sync();
3030
} catch (...) {
31-
// we can't sync so we need to drop
31+
// NOSONAR // we can't sync so we need to drop
3232
}
3333
}
3434
void sync() const { parent_->sync(*this); }

0 commit comments

Comments
 (0)