SDL: Document that SDL_MAX_LOG_MESSAGE is no longer meaningful

From f81419702edd8d27e7f04a4c8c3c84f3835ac284 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 29 Apr 2022 11:28:59 -0700
Subject: [PATCH] Document that SDL_MAX_LOG_MESSAGE is no longer meaningful

---
 include/SDL_log.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/SDL_log.h b/include/SDL_log.h
index dbbcb1e6ff2..1d8b20b62c5 100644
--- a/include/SDL_log.h
+++ b/include/SDL_log.h
@@ -47,9 +47,9 @@ extern "C" {
 
 
 /**
- *  \brief The maximum size of a log message
+ *  \brief The maximum size of a log message prior to SDL 2.0.24
  *
- *  Messages longer than the maximum size will be truncated
+ *  As of 2.0.24 there is no limit to the length of SDL log messages.
  */
 #define SDL_MAX_LOG_MESSAGE 4096