forked from teamnwah/openmw-tes3coop
Restore data directory verbose output that got lost
This commit is contained in:
parent
0afc03b6b7
commit
68e322f969
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ namespace VFS
|
|||
if (useLooseFiles)
|
||||
for (Files::PathContainer::const_iterator iter = dataDirs.begin(); iter != dataDirs.end(); ++iter)
|
||||
{
|
||||
std::cout << "Adding data directory " << iter->string() << std::endl;
|
||||
// Last data dir has the highest priority
|
||||
vfs->addArchive(new FileSystemArchive(iter->string()));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue