Skip to content

Commit

Permalink
netlog: Send netlog messages to 'macheteinfach'
Browse files Browse the repository at this point in the history
Send 'interesting' messages to the clusterd on macheteinfach instead to
that one on 'lol'. See previous commit.
  • Loading branch information
donald committed Jan 18, 2022
1 parent e3dcc80 commit 3d136b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlog/netlog
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ sub check_idle {
sub netlog {
my ($log)=@_;
unless (defined $send_socket) {
$send_socket=new IO::Socket::INET(PeerAddr=>'lol',PeerPort=>1028) or return;
$send_socket=new IO::Socket::INET(PeerAddr=>'macheteinfach',PeerPort=>1028) or return;
}
if ($send_socket->send(pack('n',length($log)).$log)) {
$send_socket_active=Donald::Select::time();
Expand Down

0 comments on commit 3d136b4

Please sign in to comment.