aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/otp_internal.erl
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2018-11-05 16:40:52 +0100
committerRaimo Niskanen <[email protected]>2018-11-30 10:54:50 +0100
commita447b904cff36fa2d690f1d0068eb28589369787 (patch)
tree1a14bdd29d8dd13b1bf607d3115009f20b7af72a /lib/stdlib/src/otp_internal.erl
parent8893e9f9d0a25c0b3c8cc78765df5cdc0de0bdf8 (diff)
downloadotp-a447b904cff36fa2d690f1d0068eb28589369787.tar.gz
otp-a447b904cff36fa2d690f1d0068eb28589369787.tar.bz2
otp-a447b904cff36fa2d690f1d0068eb28589369787.zip
Document system_events better
Diffstat (limited to 'lib/stdlib/src/otp_internal.erl')
-rw-r--r--lib/stdlib/src/otp_internal.erl8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/stdlib/src/otp_internal.erl b/lib/stdlib/src/otp_internal.erl
index aaed13ba3a..a0fbd259e2 100644
--- a/lib/stdlib/src/otp_internal.erl
+++ b/lib/stdlib/src/otp_internal.erl
@@ -55,6 +55,14 @@ obsolete_1(erlang, now, 0) ->
obsolete_1(calendar, local_time_to_universal_time, 1) ->
{deprecated, {calendar, local_time_to_universal_time_dst, 1}};
+%% *** STDLIB added in OTP 22 ***
+
+obsolete_1(sys, get_debug, 3) ->
+ {deprecated,
+ "Deprecated function. "
+ "Incorrectly documented and in fact only for internal use. "
+ "Can often be replaced with sys:get_log/1."};
+
%% *** STDLIB added in OTP 20 ***
obsolete_1(gen_fsm, start, 3) ->