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:
a30bc91
)
Removed a few log messages.
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 22 Jul 2008 13:11:54 +0000
(15:11 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 22 Jul 2008 13:11:54 +0000
(15:11 +0200)
src/client.c
patch
|
blob
|
history
diff --git
a/src/client.c
b/src/client.c
index
98a2916
..
4a35b29
100644
(file)
--- a/
src/client.c
+++ b/
src/client.c
@@
-311,7
+311,6
@@
static int nativesyntax_to_type(struct session_database *sdb, char *type)
}
else
return -1;
- yaz_log(YLOG_LOG, "Returned type %s", type);
return 0;
}
return -1;
@@
-378,8
+377,6
@@
void client_record_response(struct client *cl)
ZOOM_record rec = 0;
const char *msg, *addinfo;
- yaz_log(YLOG_LOG, "show_raw=%p show_raw->active=%d",
- cl->show_raw, cl->show_raw ? cl->show_raw->active : 0);
if (cl->show_raw && cl->show_raw->active)
{
if ((rec = ZOOM_resultset_record(resultset,