summaryrefslogtreecommitdiff
path: root/vulkan/libvulkan/loader.cpp
diff options
context:
space:
mode:
author Jesse Hall <jessehall@google.com> 2016-01-14 15:53:57 -0800
committer Jesse Hall <jessehall@google.com> 2016-01-25 13:49:31 -0800
commit504db7fc09f9a6716dbc1b9849760283d94c9d60 (patch)
tree27e13a63720cf005ad67e1be22d7d06533130899 /vulkan/libvulkan/loader.cpp
parentd913282acf5c689cf5297a93604c6c10007bf6e9 (diff)
libvulkan: Disable accidentally-enabled verbose logging
Change-Id: Iab25e06607b173d9ea04fca79b0e8e8386dd0f0d (cherry picked from commit 4b31dcd677ee868d99ef07890af425e10fd5bf0c)
Diffstat (limited to 'vulkan/libvulkan/loader.cpp')
-rw-r--r--vulkan/libvulkan/loader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vulkan/libvulkan/loader.cpp b/vulkan/libvulkan/loader.cpp
index 5d366fa019..48fc92341a 100644
--- a/vulkan/libvulkan/loader.cpp
+++ b/vulkan/libvulkan/loader.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#define LOG_NDEBUG 0
+// #define LOG_NDEBUG 0
// module header
#include "loader.h"