X-Git-Url: http://git.datanom.net/pve-dhcp-server.git/blobdiff_plain/45adf7883055f085d650a986f5bc68e3df870f5e..094c3a58621bdbaa5aab15c958a7d91afe3c8748:/dhcpd.pl diff --git a/dhcpd.pl b/dhcpd.pl index 2afdbcd..d2f3444 100644 --- a/dhcpd.pl +++ b/dhcpd.pl @@ -2,13 +2,13 @@ use strict; use warnings; -use PVE::DHCPServer qw(:constants); +use PVE::DHCPServer; use Data::Dumper; my $server = PVE::DHCPServer->new( NODAEMON => 1, DEBUG => 1, - LOG_LEVEL => DEBUG); + LOG_LEVEL => INFO); #print Dumper($server); $server->run;