--- l2_test.c 2001/09/14 18:49:36 1.22
+++ l2_test.c 2001/09/14 19:11:00 1.23
@@ -162,8 +162,8 @@
if ((chSyslog = l2_channel_create(&l2_handler_syslog)) == NULL) /* Syslog */
die("failed to create syslog channel");
- if (l2_channel_configure(chSyslog, "ident,facility,target",
- "L2-Test", "user", "local") != L2_OK)
+ if (l2_channel_configure(chSyslog, "ident,facility,target,remotehost,logpid",
+ "L2-Test", "user", "remote", "en1", 1) != L2_OK)
die("failed to configure syslog channel");
if (l2_channel_open(chSyslog) != L2_OK)
|