diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-12-16 16:40:29 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-12-16 16:40:29 (GMT) |
| commit | 4d546b6818644f2eee3850ee355e4ce06c2416ed (patch) | |
| tree | ec4a7389cfcfc9ba5167d7e7250bb06e80d5a34b /src/client | |
| parent | 0c5e99aef6c997b8bce53189537523e7f742d64b (diff) | |
| download | powder-4d546b6818644f2eee3850ee355e4ce06c2416ed.zip powder-4d546b6818644f2eee3850ee355e4ce06c2416ed.tar.gz | |
Print errors regardless of build type
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/Client.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/Client.cpp b/src/client/Client.cpp index 4ec929c..326bb05 100644 --- a/src/client/Client.cpp +++ b/src/client/Client.cpp @@ -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 |
