You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by va...@apache.org on 2021/09/27 19:02:03 UTC

[couchdb-recon] 01/21: option io_server can also be an atom()

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

vatamane pushed a commit to tag 2.5.2
in repository https://gitbox.apache.org/repos/asf/couchdb-recon.git

commit 1b7abe193f83ade5bd7efcb25463175382093999
Author: Péter Gömöri <go...@gmail.com>
AuthorDate: Thu Jun 4 11:30:49 2020 +0200

    option io_server can also be an atom()
---
 src/recon_trace.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/recon_trace.erl b/src/recon_trace.erl
index 2b8d005..975f536 100644
--- a/src/recon_trace.erl
+++ b/src/recon_trace.erl
@@ -199,7 +199,7 @@
 -type options()      :: [ {pid, pidspec() | [pidspec(),...]} % default: all
                         | {timestamp, formatter | trace}     % default: formatter
                         | {args, args | arity}               % default: args
-                        | {io_server, pid()}                 % default: group_leader()
+                        | {io_server, pid() | atom()}        % default: group_leader()
                         | {formatter, formatterfun()}        % default: internal formatter
                         | return_to | {return_to, boolean()} % default: false
                    %% match pattern options