Skip to content

Commit 69578c9

Browse files
cosmo0920edsiper
authored andcommitted
build: Make more generalized message
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
1 parent 4cf2670 commit 69578c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@ pkg_check_modules(ARROW_GLIB_PARQUET QUIET parquet-glib)
12501250
if(FLB_ARROW AND ARROW_GLIB_PARQUET_FOUND)
12511251
FLB_DEFINITION(FLB_HAVE_ARROW_PARQUET)
12521252
else()
1253-
message(STATUS "Arrow GLib Parquet not found. Disabling parquet compression for AWS module")
1253+
message(STATUS "Arrow GLib Parquet not found. Disabling parquet compression")
12541254
endif()
12551255

12561256
# EBPF Support

0 commit comments

Comments
 (0)