Setup/Sounds

* make log more clear, that every available locale is checked
This commit is contained in:
Sarjuuk
2018-03-26 19:58:32 +02:00
parent 160c15a5f2
commit bc834245d7

View File

@@ -49,7 +49,7 @@ if (!CLI)
}
}
CLI::write(' - did not find file: '.CLI::bold(CLI::nicePath($filePath, CLISetup::$srcDir, '<locale>')), CLI::LOG_WARN);
CLI::write(' - did not find file: '.CLI::bold(CLI::nicePath($filePath, CLISetup::$srcDir, '['.implode(',', CLISetup::$locales).']')), CLI::LOG_WARN);
// flag as unusable in DB
DB::Aowow()->query('UPDATE ?_sounds_files SET id = ?d WHERE ABS(id) = ?d', -$fileId, $fileId);
}