Removed loglevel from struct statserv_options_block -- it was only
authorMike Taylor <mike@indexdata.com>
Wed, 22 Mar 2006 13:38:17 +0000 (13:38 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 22 Mar 2006 13:38:17 +0000 (13:38 +0000)
there as a hack from the days when yaz_log_init() was the only way to
change any setting, and required all three to be set.

include/yaz/backend.h

index 91a24d4..d221be4 100644 (file)
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: backend.h,v 1.34 2005-11-08 15:08:02 adam Exp $
+ * $Id: backend.h,v 1.35 2006-03-22 13:38:17 mike Exp $
  */
 
 /** 
  */
 
 /** 
@@ -284,7 +284,6 @@ typedef struct statserv_options_block
     int dynamic;                  /* fork on incoming requests */
     int threads;                  /* use threads */
     int one_shot;                 /* one session then exit(1) */
     int dynamic;                  /* fork on incoming requests */
     int threads;                  /* use threads */
     int one_shot;                 /* one session then exit(1) */
-    int loglevel;                 /* desired logging-level */
     char apdufile[ODR_MAXNAME+1]; /* file for pretty-printed PDUs */
     char logfile[ODR_MAXNAME+1];  /* file for diagnostic output */
     char default_listen[1024];    /* 0 == no default listen */
     char apdufile[ODR_MAXNAME+1]; /* file for pretty-printed PDUs */
     char logfile[ODR_MAXNAME+1];  /* file for diagnostic output */
     char default_listen[1024];    /* 0 == no default listen */