Skip to content

Commit

Permalink
Merge branch 'master' into enable_file_compression
Browse files Browse the repository at this point in the history
  • Loading branch information
averater authored Dec 6, 2024
2 parents 8e18bcd + 80371aa commit 7229988
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/offlinelogstorage/dlt_offline_logstorage.c
Original file line number Diff line number Diff line change
Expand Up @@ -1343,8 +1343,7 @@ DLT_STATIC int dlt_logstorage_check_gzip_compression(DltLogStorageFilterConfig *
}
else if (strcasestr(value, "OFF") != NULL) {
config->gzip_compression = DLT_LOGSTORAGE_GZIP_OFF;
}
else {
} else {
dlt_log(LOG_WARNING, "Unknown gzip compression flag\n");
config->gzip_compression = DLT_LOGSTORAGE_GZIP_ERROR;
return 1;
Expand Down

0 comments on commit 7229988

Please sign in to comment.