projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4af47ba
)
Undeclared constant LOG_DEBUG, should be YLOG_DEBUG.
author
Anders S. Mortensen
<sondberg@indexdata.dk>
Mon, 18 Dec 2006 14:37:21 +0000
(14:37 +0000)
committer
Anders S. Mortensen
<sondberg@indexdata.dk>
Mon, 18 Dec 2006 14:37:21 +0000
(14:37 +0000)
pazpar2.c
patch
|
blob
|
history
diff --git
a/pazpar2.c
b/pazpar2.c
index
1c43633
..
13b9b6c
100644
(file)
--- 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 <stdlib.h>
#include <stdio.h>
@@
-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