Print errors regardless of build type
This commit is contained in:
parent
0c5e99aef6
commit
4d546b6818
@ -431,9 +431,7 @@ std::vector<std::string> Client::DirectorySearch(std::string directory, std::str
|
||||
findFileHandle = _findfirst(fileMatch.c_str(), ¤tFile);
|
||||
if (findFileHandle == -1L)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
printf("Unable to open directory\n");
|
||||
#endif
|
||||
return std::vector<std::string>();
|
||||
}
|
||||
do
|
||||
|
Reference in New Issue
Block a user