Index: ossp-pkg/l2/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/l2/Makefile.in,v rcsdiff -q -kk '-r1.20' '-r1.21' -u '/v/ossp/cvs/ossp-pkg/l2/Makefile.in,v' 2>/dev/null --- Makefile.in 2001/09/10 06:43:10 1.20 +++ Makefile.in 2001/09/12 14:43:29 1.21 @@ -305,3 +305,33 @@ l2_ut_pcre.lo: l2_ut_pcre.c l2_ut_pcre.h l2_ut_pcre_tab.c l2_ut_pcre_tab.lo: l2_ut_pcre_tab.c l2_version.lo: l2_version.c l2_version.c +l2_ch_buffer.lo: l2_ch_buffer.c l2.h +l2_ch_fd.lo: l2_ch_fd.c l2.h +l2_ch_file.lo: l2_ch_file.c l2.h +l2_ch_filter.lo: l2_ch_filter.c l2.h +l2_ch_null.lo: l2_ch_null.c l2.h +l2_ch_pipe.lo: l2_ch_pipe.c l2.h +l2_ch_prefix.lo: l2_ch_prefix.c l2.h +l2_ch_smtp.lo: l2_ch_smtp.c l2.h l2_p.h l2_config.h l2_ut_pcre.h \ + l2_ut_sa.h +l2_ch_socket.lo: l2_ch_socket.c l2.h l2_p.h l2_config.h l2_ut_pcre.h \ + l2_ut_sa.h +l2_ch_syslog.lo: l2_ch_syslog.c l2.h +l2_channel.lo: l2_channel.c l2.h l2_p.h l2_config.h l2_ut_pcre.h \ + l2_ut_sa.h +l2_epreuve.lo: l2_epreuve.c l2.h l2_p.h l2_config.h l2_ut_pcre.h \ + l2_ut_sa.h +l2_sockmon.lo: l2_sockmon.c +l2_stream.lo: l2_stream.c l2.h l2_p.h l2_config.h l2_ut_pcre.h l2_ut_sa.h +l2_test.lo: l2_test.c l2.h +l2_ut_fmtcb.lo: l2_ut_fmtcb.c l2.h +l2_ut_format.lo: l2_ut_format.c l2.h l2_p.h l2_config.h l2_ut_pcre.h \ + l2_ut_sa.h +l2_ut_level.lo: l2_ut_level.c l2.h l2_p.h l2_config.h l2_ut_pcre.h \ + l2_ut_sa.h +l2_ut_param.lo: l2_ut_param.c l2.h l2_p.h l2_config.h l2_ut_pcre.h \ + l2_ut_sa.h +l2_ut_pcre.lo: l2_ut_pcre.c l2_ut_pcre.h l2_ut_pcre_tab.c +l2_ut_pcre_tab.lo: l2_ut_pcre_tab.c +l2_ut_sa.lo: l2_ut_sa.c l2_p.h l2.h l2_config.h l2_ut_pcre.h l2_ut_sa.h +l2_version.lo: l2_version.c l2_version.c Index: ossp-pkg/lmtp2nntp/lmtp2nntp.c RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/Attic/lmtp2nntp.c,v rcsdiff -q -kk '-r1.57' '-r1.58' -u '/v/ossp/cvs/ossp-pkg/lmtp2nntp/Attic/lmtp2nntp.c,v' 2>/dev/null --- lmtp2nntp.c 2001/09/12 14:34:45 1.57 +++ lmtp2nntp.c 2001/09/12 14:43:29 1.58 @@ -564,7 +564,7 @@ fprintf(stderr, "%s:Error: logging failed to create stream\n", ctx->progname); exit(ERR_EXECUTION); } - if (l2_stream_levels(ctx->l2, L2_LEVEL_UPTO(L2_LEVEL_DEBUG)) != L2_OK) { + if (l2_stream_levels(ctx->l2, L2_LEVEL_UPTO(L2_LEVEL_DEBUG), L2_LEVEL_NONE) != L2_OK) { fprintf(stderr, "%s:Error: logging failed to set global logging level\n", ctx->progname); exit(ERR_EXECUTION); } @@ -628,7 +628,7 @@ exit(ERR_EXECUTION); } - if (l2_stream_channel(ctx->l2, chPrefix, ctx->option_levelmask) != L2_OK) { + if (l2_stream_channel(ctx->l2, chPrefix, ctx->option_levelmask, L2_LEVEL_NONE) != L2_OK) { fprintf(stderr, "%s:Error: logging failed to attach channel into stream\n", ctx->progname); exit(ERR_EXECUTION); }