This is an automated email from the ASF dual-hosted git repository.

jiahuili430 pushed a commit to branch fix-compilation-warnings
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit da59a49c1d5e61ae917597e373de740e39049f15
Author: Jiahui Li <[email protected]>
AuthorDate: Mon Oct 13 14:06:46 2025 -0500

    Replace `dbg:stop_clear/0` with `dbg:stop/0`
    
    `dbg:stop_clear/0` is deprecate, so replace it with `dbg:stop/0`.
---
 src/couch/test/eunit/couch_index_tests.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch/test/eunit/couch_index_tests.erl 
b/src/couch/test/eunit/couch_index_tests.erl
index 368f7a059..3c078ca15 100644
--- a/src/couch/test/eunit/couch_index_tests.erl
+++ b/src/couch/test/eunit/couch_index_tests.erl
@@ -245,7 +245,7 @@ tracer_new() ->
     ok.
 
 tracer_delete() ->
-    dbg:stop_clear(),
+    dbg:stop(),
     (catch ets:delete(?MODULE)),
     ok.
 

Reply via email to