Private GIT

Skip to content
Snippets Groups Projects
Commit 2f36b624 authored by Sylvestre Ho's avatar Sylvestre Ho
Browse files

centreon::logger -> centreon::common::logger

parent 63bb2123
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@ use strict;
use Getopt::Long;
use FindBin qw($Bin);
use lib "$Bin/../lib/perl";
use centreon::logger;
use centreon::common::logger;
use vars qw(@jobs);
my $logger = centreon::logger->new();
my $logger = centreon::common::logger->new();
sub run_task {
my ($name) = @_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment