mirror of
https://github.com/clitor-is-protocol/kevacoin-cli.git
synced 2025-09-02 23:11:47 +00:00
add pieces total left to debug
This commit is contained in:
parent
555ceee2b2
commit
7ad57d1e96
@ -168,7 +168,7 @@ foreach ((array) $namespaces as $namespace)
|
|||||||
$delay = isset($argv[3]) && $argv[3] > 0 ? (int) $argv[3] : 60;
|
$delay = isset($argv[3]) && $argv[3] > 0 ? (int) $argv[3] : 60;
|
||||||
|
|
||||||
echo sprintf(
|
echo sprintf(
|
||||||
'Piece %s sent, waiting %s seconds...' . PHP_EOL,
|
'Piece %s/%s sent, waiting %s seconds...' . PHP_EOL,
|
||||||
$key,
|
$key,
|
||||||
$total,
|
$total,
|
||||||
$delay
|
$delay
|
||||||
|
Loading…
x
Reference in New Issue
Block a user