final iteration of how the output looks, i swear

This commit is contained in:
Chris
2018-08-26 10:29:51 +02:00
parent bfd475b37d
commit b63e94c566

View File

@@ -53,7 +53,7 @@ while (false !== ($hash = readdir($dh))) {
{ {
if(file_exists(ALT_FOLDER.DS.$hash)) if(file_exists(ALT_FOLDER.DS.$hash))
{ {
echo "\n [!] Skipping existing $hash\n"; echo " [!] Skipping existing $hash \n";
++$skips; ++$skips;
$skipsize+=$thissize; $skipsize+=$thissize;
} }
@@ -70,7 +70,7 @@ while (false !== ($hash = readdir($dh))) {
{ {
++$errors; ++$errors;
$errorsize+=$thissize; $errorsize+=$thissize;
echo "\n [X] ERROR $hash not allowed format: $info\n"; echo " [X] ERROR $hash not allowed format: $info \n";
} }
} }