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.
This commit is contained in:
Warner Losh 2020-10-09 15:45:34 +00:00
parent df9e12ca3d
commit 6f6f0f286b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366579

View File

@ -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