diff options
author | Christian Hesse <mail@eworm.de> | 2024-03-15 14:42:50 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-03-15 14:42:50 +0100 |
commit | 576a2c97cf88b7d1b36907469fb6fd34618523b3 (patch) | |
tree | 61a4899bdfafd742c245fa97cd57f083fbff21cd | |
parent | 2cf4f333d4ab3a0db2742965a430a5d5836c588b (diff) |
global-functions: $LogPrintExit2: add deprecation warning
-rw-r--r-- | global-functions.rsc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 206c345..c616724 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -703,6 +703,10 @@ :local Exit [ :tostr $4 ]; :global LogPrint; + :global LogPrintOnce; + + $LogPrintOnce warning $0 \ + ("This function is deprecated and will be removed. Please make your adjustments!"); $LogPrint $1 $2 $3; |