Description: Use ecbuild_info(), ecbuild_warning() currently doesn't exist
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2020-09-18
Forwarded: no

--- a/cmake/check_time_t_Y2038.cmake
+++ b/cmake/check_time_t_Y2038.cmake
@@ -7,7 +7,7 @@
     ecbuild_info("time_t size ${ECKIT_SIZEOF_TIME_T}")
 else()
 	# once we are closer to 2038 we will upgrade this to a critical error using ecbuild_critical()
-	ecbuild_warning("This system time_t has size ${ECKIT_SIZEOF_TIME_T} and therefore suffers from Y2038 problem" )
+	ecbuild_info("This system time_t has size ${ECKIT_SIZEOF_TIME_T} and therefore suffers from Y2038 problem" )
 endif()
 
 cmake_pop_check_state()
