git: 5ed7ee1670e7 - main - www/srt: Add comment

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 19 Jun 2022 18:15:41 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5ed7ee1670e7be72ad5ee3838e5c013bdffb9c77

commit 5ed7ee1670e7be72ad5ee3838e5c013bdffb9c77
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-19 18:14:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-19 18:14:01 +0000

    www/srt: Add comment
---
 www/srt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/srt/Makefile b/www/srt/Makefile
index 4fababadde48..ddd58dc187ba 100644
--- a/www/srt/Makefile
+++ b/www/srt/Makefile
@@ -27,7 +27,7 @@ OPTIONS_RADIO_ENCRYPTION=	NO_ENCRYPTION OPENSSL GNUTLS MBEDTLS
 OPTIONS_DEFAULT=		OPENSSL
 
 HEAVY_LOGGING_DESC=		Enable heavy logging (only for debugging)
-HEAVY_LOGGING_CMAKE_BOOL=	ENABLE_HEAVY_LOGGING
+HEAVY_LOGGING_CMAKE_BOOL=	ENABLE_HEAVY_LOGGING # may also need srt_setloglevel(LOG_DEBUG) in/after srt_startup() call
 
 NO_ENCRYPTION_DESC=		No encryption
 NO_ENCRYPTION_CMAKE_ON=		-DENABLE_ENCRYPTION=OFF