projects
/
idzebra-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:
a7522b0
)
No need to log version in zebraidx when zebra_start does it
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 30 May 2005 13:42:04 +0000
(13:42 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 30 May 2005 13:42:04 +0000
(13:42 +0000)
index/main.c
patch
|
blob
|
history
diff --git
a/index/main.c
b/index/main.c
index
2e9d799
..
9b419df
100644
(file)
--- a/
index/main.c
+++ b/
index/main.c
@@
-1,4
+1,4
@@
-/* $Id: main.c,v 1.112.2.3 2005-01-23 15:47:27 adam Exp $
+/* $Id: main.c,v 1.112.2.4 2005-05-30 13:42:04 adam Exp $
Copyright (C) 1995-2005
Index Data Aps
@@
-120,8
+120,6
@@
int main (int argc, char **argv)
if (!zs)
{
const char *config = configName ? configName : "zebra.cfg";
- logf (LOG_LOG, "Zebra version %s %s",
- ZEBRAVER, ZEBRADATE);
zs = zebra_start_res (config, 0, res);
if (!zs)
{