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:
caccd7d
)
Omit log of arguments to sc_main.
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 22 Apr 2008 19:28:55 +0000
(21:28 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 22 Apr 2008 19:28:55 +0000
(21:28 +0200)
src/pazpar2.c
patch
|
blob
|
history
diff --git
a/src/pazpar2.c
b/src/pazpar2.c
index
25674e7
..
d0ff570
100644
(file)
--- a/
src/pazpar2.c
+++ b/
src/pazpar2.c
@@
-101,10
+101,7
@@
static int sc_main(
char *arg;
const char *pidfile = 0;
const char *uid = 0;
- int i;
- for (i = 0; i < argc; i++)
- yaz_log(YLOG_LOG, "arg%d: %s", i, argv[i]);
#ifndef WIN32
if (signal(SIGPIPE, SIG_IGN) == SIG_ERR)
yaz_log(YLOG_WARN|YLOG_ERRNO, "signal");