mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Cli: Remove useless sprintf format in Command::fail()
This commit is contained in:
parent
5e812c72f1
commit
70c564bb0e
@ -128,7 +128,7 @@ abstract class Command
|
|||||||
|
|
||||||
public function fail($msg)
|
public function fail($msg)
|
||||||
{
|
{
|
||||||
throw new IcingaException('%s', $msg);
|
throw new IcingaException($msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getDefaultActionName()
|
public function getDefaultActionName()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user