aboutsummaryrefslogtreecommitdiff
path: root/lib/MasterServer/UDP/BeaconCatcher.pm
diff options
context:
space:
mode:
authorDarkelarious <darkelarious@333networks.com>2015-02-10 18:22:08 +0100
committerDarkelarious <darkelarious@333networks.com>2015-02-10 18:22:08 +0100
commite0ada80f8582cf3b28e70b8f18de10aa505159ae (patch)
tree2b018677902d0d603bd1feb076153f6e7c68d75e /lib/MasterServer/UDP/BeaconCatcher.pm
parent5057ec47aa9a1702b2483e0a0b3ba325bb0b7abb (diff)
downloadMasterServer-Perl-e0ada80f8582cf3b28e70b8f18de10aa505159ae.tar.gz
MasterServer-Perl-e0ada80f8582cf3b28e70b8f18de10aa505159ae.zip
Postgresql beacon receiving procedure complete and working
Diffstat (limited to 'lib/MasterServer/UDP/BeaconCatcher.pm')
-rwxr-xr-xlib/MasterServer/UDP/BeaconCatcher.pm4
1 files changed, 2 insertions, 2 deletions
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;