summaryrefslogtreecommitdiff
path: root/src/envsecurity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/envsecurity.cpp')
-rw-r--r--src/envsecurity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/envsecurity.cpp b/src/envsecurity.cpp
index 6e3fadbe..3b4cdcaa 100644
--- a/src/envsecurity.cpp
+++ b/src/envsecurity.cpp
@@ -275,7 +275,7 @@ std::vector<SecurityProduct> getSecurityProductsFromWMI()
}
if (prop.vt != VT_UI4 && prop.vt != VT_I4) {
- log::error("productState is a {}, is not a VT_UI4", prop.vt);
+ log::error("productState is a {}, not a VT_UI4", prop.vt);
return;
}