diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-10-04 13:24:22 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-10-04 13:24:22 +0000 |
commit | d290a573b22f3a7f8f364d779f4d36e9227c2fce (patch) | |
tree | 1190488e92987d408c93d5b0edf9f0f48d47b81e /src/datastore/plugin_datastore_mysql.c | |
parent | b12570b11e2a4e4449fbf562ee51aae3a887127a (diff) |
LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging calls
(#1805).
git-svn-id: https://gnunet.org/svn/gnunet@17173 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_mysql.c')
-rw-r--r-- | src/datastore/plugin_datastore_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c index 0448b72994..1048a370f0 100644 --- a/src/datastore/plugin_datastore_mysql.c +++ b/src/datastore/plugin_datastore_mysql.c @@ -121,7 +121,7 @@ #include "gnunet_util_lib.h" #include <mysql/mysql.h> -#define DEBUG_MYSQL GNUNET_NO +#define DEBUG_MYSQL GNUNET_EXTRA_LOGGING #define MAX_DATUM_SIZE 65536 |