Disable SQL debugging output.

This commit is contained in:
Jan Vidar Krey 2012-01-10 02:21:27 +01:00
parent 5edf2b60d4
commit ff639d87c3
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/*
* uhub - A tiny ADC p2p connection hub
* Copyright (C) 2007-2011, Jan Vidar Krey
* Copyright (C) 2007-2012, Jan Vidar Krey
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -26,8 +26,7 @@
#include "util/log.h"
#include "util/config_token.h"
#define DEBUG_SQL
// #define DEBUG_SQL
static void set_error_message(struct plugin_handle* plugin, const char* msg)
{