aboutsummaryrefslogtreecommitdiff
path: root/lib/MasterServer/UDP/BeaconCatcher.pm
diff options
context:
space:
mode:
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;