projects
/
yazpp-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:
1cfab01
)
Remove debug yaz_log entries
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 7 Jan 2004 11:17:05 +0000
(11:17 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 7 Jan 2004 11:17:05 +0000
(11:17 +0000)
src/yaz-proxy-config.cpp
patch
|
blob
|
history
diff --git
a/src/yaz-proxy-config.cpp
b/src/yaz-proxy-config.cpp
index
0e5fe31
..
c849575
100644
(file)
--- a/
src/yaz-proxy-config.cpp
+++ b/
src/yaz-proxy-config.cpp
@@
-2,7
+2,7
@@
* Copyright (c) 1998-2004, Index Data.
* See the file LICENSE for details.
*
- * $Id: yaz-proxy-config.cpp,v 1.20 2004-01-07 11:10:55 adam Exp $
+ * $Id: yaz-proxy-config.cpp,v 1.21 2004-01-07 11:17:05 adam Exp $
*/
#include <ctype.h>
@@
-475,12
+475,9
@@
int Yaz_ProxyConfig::check_syntax(ODR odr, const char *name,
}
if (schema && match_schema)
{
- yaz_log(LOG_LOG, "Match_schema=%s", match_schema);
xfree(*schema);
*schema = xstrdup(match_schema);
}
- else
- yaz_log(LOG_LOG, "NO SCHEMA");
if (match_marcxml)
{
return -1;