forked from jaildesigner-jailgames/jaildoctors_dilemma
Añadida mas información a asset->check()
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user