diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-19 10:07:52 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-19 10:07:52 -0400 |
| commit | c603681115b6071f241f6931685d36a92b6403f8 (patch) | |
| tree | 85ddd436f5a4a25c05f456a3d33edd38c0e17c1d /src/envsecurity.cpp | |
| parent | 09b95e39434b9efc49a606957c94cd42309b7fb6 (diff) | |
moved helper stuff to spawn so it can reuse error handling
removed unused helper::init()
removed logging when deleting a credential that doesn't exist, happens all the time
Diffstat (limited to 'src/envsecurity.cpp')
| -rw-r--r-- | src/envsecurity.cpp | 2 |
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; } |
