From effeb7daeaeb164499b0f493e3dccc366c6f595c Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 26 Aug 2018 09:28:48 +0200 Subject: [PATCH] for readability --- tools/altfolder_copy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/altfolder_copy.php b/tools/altfolder_copy.php index 42b220a..d1c3b62 100644 --- a/tools/altfolder_copy.php +++ b/tools/altfolder_copy.php @@ -53,7 +53,7 @@ while (false !== ($hash = readdir($dh))) { { if(file_exists(ALT_FOLDER.DS.$hash)) { - echo " [!] Skipping existing $hash\n"; + echo "\n [!] Skipping existing $hash\n"; ++$skips; $skipsize+=$thissize; } @@ -70,7 +70,7 @@ while (false !== ($hash = readdir($dh))) { { ++$errors; $errorsize+=$thissize; - echo " [X] ERROR $hash not allowed format: $info\n"; + echo "\n [X] ERROR $hash not allowed format: $info\n"; } }