Skip to content

Commit 762323e

Browse files
committed
build: Make more generalized message
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 387c22d commit 762323e

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
@@ -1237,7 +1237,7 @@ pkg_check_modules(ARROW_GLIB_PARQUET QUIET parquet-glib)
12371237
if(FLB_ARROW AND ARROW_GLIB_PARQUET_FOUND)
12381238
FLB_DEFINITION(FLB_HAVE_ARROW_PARQUET)
12391239
else()
1240-
message(STATUS "Arrow GLib Parquet not found. Disabling parquet compression for AWS module")
1240+
message(STATUS "Arrow GLib Parquet not found. Disabling parquet compression")
12411241
endif()
12421242

12431243
# EBPF Support

0 commit comments

Comments
 (0)