mirror of
https://github.com/clitor-is-protocol/kevacoin-cli.git
synced 2025-02-07 04:14:21 +00:00
fix key offset in debug message
This commit is contained in:
parent
7ad57d1e96
commit
a2c38e32f8
@ -169,7 +169,7 @@ foreach ((array) $namespaces as $namespace)
|
|||||||
|
|
||||||
echo sprintf(
|
echo sprintf(
|
||||||
'Piece %s/%s sent, waiting %s seconds...' . PHP_EOL,
|
'Piece %s/%s sent, waiting %s seconds...' . PHP_EOL,
|
||||||
$key,
|
$key + 1,
|
||||||
$total,
|
$total,
|
||||||
$delay
|
$delay
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user