mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +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)
|
||||
{
|
||||
throw new IcingaException('%s', $msg);
|
||||
throw new IcingaException($msg);
|
||||
}
|
||||
|
||||
public function getDefaultActionName()
|
||||
|
Loading…
x
Reference in New Issue
Block a user