From 96613e9bdd3fea3722ac807b01565d274bc82da0 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 26 Apr 2021 16:40:02 +0200 Subject: global-functions: $LogPrintExit: add deprecation warning --- global-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/global-functions b/global-functions index 387e4c0..855221e 100644 --- a/global-functions +++ b/global-functions @@ -486,6 +486,7 @@ :set LogPrintExit do={ :global LogPrintExit2; + $LogPrintExit2 warning $0 ("This function is deprecated. Please use \$LogPrintExit2 instead.") false; $LogPrintExit2 $1 "unknown" $2 $3; } -- cgit v1.2.3-54-g00ecf