diff --git a/src/db_query.c b/src/db_query.c index a15e872..436cc98 100644 --- a/src/db_query.c +++ b/src/db_query.c @@ -11,7 +11,7 @@ uint64_t simpleQuery(struct stored_conn_t *sconn, const char *qry, size_t qry_len) { -#ifdef DEBUG +#if defined DEBUG || defined SQL_DEBUG printf("QRY: %s\n", qry); #endif