From e0ada80f8582cf3b28e70b8f18de10aa505159ae Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Tue, 10 Feb 2015 18:22:08 +0100 Subject: Postgresql beacon receiving procedure complete and working --- lib/MasterServer/UDP/BeaconCatcher.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/MasterServer/UDP/BeaconCatcher.pm') diff --git a/lib/MasterServer/UDP/BeaconCatcher.pm b/lib/MasterServer/UDP/BeaconCatcher.pm index 7fdc630..b3d2c18 100755 --- a/lib/MasterServer/UDP/BeaconCatcher.pm +++ b/lib/MasterServer/UDP/BeaconCatcher.pm @@ -16,7 +16,7 @@ sub beacon_catcher { my $self = shift; # module startup log - $self->log("loader","Loading UDP Beacon Catcher."); + $self->log("load","Loading UDP Beacon Catcher."); # UDP server my $udp_server; @@ -30,7 +30,7 @@ sub beacon_catcher { ); # display that the server is up and listening for beacons - $self->log("ok", "Listening for UT Beacons on port $self->{beacon_port}."); + $self->log("info", "Listening for UT Beacons on port $self->{beacon_port}."); # allow object to exist beyond this scope. Objects have ambitions too. return $udp_server; -- cgit v1.2.3