Añadida mas información a asset->check()

This commit is contained in:
2022-11-16 21:12:01 +01:00
parent c6a1f4aab0
commit 36c7063b3e

View File

@@ -50,7 +50,10 @@ bool Asset::check()
if (verbose) if (verbose)
{ {
std::cout << "\n** Checking files." << std::endl; std::cout << "\n** Checking files" << std::endl;
std::cout << "Executable path is: " << executablePath << std::endl;
std::cout << "Sample filepath: " << fileList.back().file << std::endl;
} }
// Comprueba la lista de ficheros clasificandolos por tipo // Comprueba la lista de ficheros clasificandolos por tipo