X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=res%2Blog%2Fgw-log-test.c;fp=res%2Blog%2Fgw-log-test.c;h=244a759f38cfd921bb2f3962d60cee389b757ac9;hb=aa2828dbdd761411104b9996fbf1b2b7c1fdfe1b;hp=4cadd5696e05374e2fec17b24d23469290b4905a;hpb=3ac0f5a14ccdf730f747a77d320d2fe43bbcf3f6;p=egate.git diff --git a/res+log/gw-log-test.c b/res+log/gw-log-test.c index 4cadd56..244a759 100644 --- a/res+log/gw-log-test.c +++ b/res+log/gw-log-test.c @@ -47,7 +47,10 @@ * Europagate, 1994-1995. * * $Log: gw-log-test.c,v $ - * Revision 1.5 1995/05/16 09:40:48 adam + * Revision 1.6 1995/12/01 12:41:03 adam + * Bug fix. + * + * Revision 1.5 1995/05/16 09:40:48 adam * LICENSE. * * Revision 1.4 1995/04/10 13:20:25 adam @@ -71,8 +74,15 @@ int main (int argc, char **argv) { + int i; gw_log_init (*argv); + for (i = 1; i %u\n", argv[i], gw_log_mask_str (argv[i])); + fflush (stdout); + } + gw_log_file (GW_LOG_ALL, "all.log"); gw_log_file (GW_LOG_WARN, "warn.log");