From a2c38e32f809dabf6e94d0fe31bae35b6329668a Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 14 Dec 2023 06:19:29 +0200 Subject: [PATCH] fix key offset in debug message --- cli/fix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/fix.php b/cli/fix.php index 6dec138..675a4a7 100644 --- a/cli/fix.php +++ b/cli/fix.php @@ -169,7 +169,7 @@ foreach ((array) $namespaces as $namespace) echo sprintf( 'Piece %s/%s sent, waiting %s seconds...' . PHP_EOL, - $key, + $key + 1, $total, $delay );