Skip to content

Commit 534cb0c

Browse files
committed
Improve debug message
1 parent 079afb6 commit 534cb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mem3_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def discover_peers(service_record):
3636
expected_peers_count = int(expected_peers_count)
3737
print('Expecting', expected_peers_count, 'peers...')
3838
else:
39-
print('Looks like COUCHDB_CLUSTER_SIZE is not set, will not wait for DNS...')
39+
print('Looks like COUCHDB_CLUSTER_SIZE is not set, will not wait for DNS to fully propagate...')
4040
print('Resolving SRV record:', service_record)
4141
# Erlang requires that we drop the trailing period from the absolute DNS
4242
# name to form the hostname used for the Erlang node. This feels hacky

0 commit comments

Comments
 (0)