mirror of
https://github.com/lxsang/antd-tunnel-publishers
synced 2025-08-31 00:01:58 +02:00
add syslog backend support
This commit is contained in:
@@ -65,7 +65,7 @@ int main(int argc, char **argv)
|
||||
|
||||
if (argc != 5)
|
||||
{
|
||||
printf("Usage: %s path/to/hotline/socket channel_name input_file\n", argv[0]);
|
||||
printf("Usage: %s path/to/hotline/socket channel_name input_file r/w\n", argv[0]);
|
||||
return -1;
|
||||
}
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
|
Reference in New Issue
Block a user