From: Anders S. Mortensen Date: Mon, 18 Dec 2006 14:37:21 +0000 (+0000) Subject: Undeclared constant LOG_DEBUG, should be YLOG_DEBUG. X-Git-Tag: before.append.child~101 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=e4fd74330d18b5c167f2a83ac50233b7c68f7ece;p=pazpar2-moved-to-github.git Undeclared constant LOG_DEBUG, should be YLOG_DEBUG. --- diff --git a/pazpar2.c b/pazpar2.c index 1c43633..13b9b6c 100644 --- a/pazpar2.c +++ b/pazpar2.c @@ -1,4 +1,4 @@ -/* $Id: pazpar2.c,v 1.14 2006-12-17 13:42:47 quinn Exp $ */; +/* $Id: pazpar2.c,v 1.15 2006-12-18 14:37:21 sondberg Exp $ */; #include #include @@ -976,7 +976,7 @@ void load_simpletargets(const char *fn) continue; url = line + 7; url[strlen(url) - 1] = '\0'; - yaz_log(LOG_DEBUG, "Target: %s", url); + yaz_log(YLOG_DEBUG, "Target: %s", url); if ((db = strchr(url, '/'))) *(db++) = '\0'; else