mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 06:05:17 +02:00
s/sprinf/sprintf/ (#3597)
This commit is contained in:
parent
9c4acc9fa7
commit
3db06de4d9
@ -29,7 +29,7 @@ use centreon::plugins::misc;
|
|||||||
sub prefix_sp_output {
|
sub prefix_sp_output {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
return sprinf(
|
return sprintf(
|
||||||
"Storage Pool '%s'",
|
"Storage Pool '%s'",
|
||||||
$options{instance_value}->{display}
|
$options{instance_value}->{display}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user