We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f699de commit e203535Copy full SHA for e203535
ledgers/ccf/pdo/ledgers/ccf/scripts/ping_test.py
@@ -34,7 +34,7 @@ def ping_test(client, num_pings):
34
total_time = end_time - start_time
35
txn_throuput = num_pings/total_time
36
37
- LOG.warn("Performed {0} pings. Average throughput is {1} pings per second".format(num_pings, txn_throuput))
+ LOG.warning("Performed {0} pings. Average throughput is {1} pings per second".format(num_pings, txn_throuput))
38
39
# -----------------------------------------------------------------
40
def Main() :
0 commit comments