From 6f6f0f286b64c96fcaf72be3db6e2b21c14e6b6f Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 9 Oct 2020 15:45:34 +0000 Subject: [PATCH] Remove gratuitous use of '' around arguments There's no need to use ' here, so remove it. This use causes no problems, but is a bad example. --- sbin/devd/devd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/devd/devd.conf b/sbin/devd/devd.conf index a50400e86c3..dba7d41402d 100644 --- a/sbin/devd/devd.conf +++ b/sbin/devd/devd.conf @@ -229,7 +229,7 @@ notify 10 { match "system" "ACPI"; match "subsystem" "Thermal"; match "notify" "0xcc"; - action "logger -p kern.emerg 'WARNING: system temperature too high, shutting down soon!'"; + action "logger -p kern.emerg WARNING: system temperature too high, shutting down soon!"; }; # User requested suspend, so perform preparation steps and then execute