summaryrefslogtreecommitdiff
path: root/lib/inets
diff options
context:
space:
mode:
authorKiko Fernandez-Reyes <kiko@erlang.org>2023-02-20 16:03:45 +0100
committerKiko Fernandez-Reyes <kiko@erlang.org>2023-04-19 14:29:56 +0200
commit861be72c5a1261ee1694ee468540256f6db11e87 (patch)
tree7bfb57f3ba724a4b94c0e5f8e63f6c14aee2ac44 /lib/inets
parent0f6032a1ccf54d47e665ff14acce9a22fafe64a1 (diff)
downloaderlang-861be72c5a1261ee1694ee468540256f6db11e87.tar.gz
dbg: deprecates function dbg:stop_clear/1
function `dbg:stop_clear/1` is not documented in the API but was kept for compatibility reasons. in this commit we make a step forward to deprecating its use such that it will be eventually removed. closes GH-6903.
Diffstat (limited to 'lib/inets')
-rw-r--r--lib/inets/test/httpd_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/test/httpd_SUITE.erl b/lib/inets/test/httpd_SUITE.erl
index b773459b95..df628257ec 100644
--- a/lib/inets/test/httpd_SUITE.erl
+++ b/lib/inets/test/httpd_SUITE.erl
@@ -395,7 +395,7 @@ dbg(Case, Config, Status) ->
Config;
'end' ->
io:format("dbg: stopped~n"),
- dbg:stop_clear(),
+ dbg:stop(),
ok
end;
false ->