We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2beb842 commit 6aff549Copy full SHA for 6aff549
1 file changed
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Core/Dispatcher.inc
@@ -275,15 +275,6 @@ class Dispatcher {
275
sleep(30);
276
}
277
278
- /**
279
- * Logs an error to the syslog.
280
- * @param string $message The error message to write to the syslog
281
- */
282
- public static function log_error(string $message): void {
283
- # Call the pfSense `log_error` function
284
- log_error($message);
285
- }
286
-
287
/**
288
* Configures this Dispatcher to run on a schedule if the `schedule` property is set.
289
* @return CronJob|null Returns the CronJob created for this Dispatcher if a `schedule` is defined. Returns `null`
0 commit comments