Skip to content
Snippets Groups Projects
Commit dda769ae authored by Loic Hausammann's avatar Loic Hausammann
Browse files

Logger: remove unwanted commit

parent 2344fce4
No related branches found
No related tags found
1 merge request!978Logger: fix intel compilation
......@@ -186,7 +186,7 @@ void logger_struct_restore(struct logger_writer *log, FILE *stream);
*/
INLINE static void logger_part_data_init(struct logger_part_data *logger) {
logger->last_offset = 0;
logger->steps_since_last_output = 0; //INT_MAX;
logger->steps_since_last_output = INT_MAX;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment