aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-03 14:12:16 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-03 14:12:16 +0000
commit521867a7b000cf5f3ac52475622816669e3d2359 (patch)
tree957f53d7def951e1b1a651f0efb16955665f4791
parent0f8ae18c98101a92b0608c6b719bb8a4af7743f0 (diff)
downloadlibextractor-521867a7b000cf5f3ac52475622816669e3d2359.tar.gz
libextractor-521867a7b000cf5f3ac52475622816669e3d2359.zip
disable logging
-rw-r--r--src/main/extractor_logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor_logging.h b/src/main/extractor_logging.h
index 54a6564..bf7a964 100644
--- a/src/main/extractor_logging.h
+++ b/src/main/extractor_logging.h
@@ -25,7 +25,7 @@
25#ifndef EXTRACTOR_LOGGING_H 25#ifndef EXTRACTOR_LOGGING_H
26#define EXTRACTOR_LOGGING_H 26#define EXTRACTOR_LOGGING_H
27 27
28#define DEBUG 1 28#define DEBUG 0
29 29
30#if DEBUG 30#if DEBUG
31 31