diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-01 12:38:35 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-01 12:38:35 -0400 |
| commit | 7c1ce768ef38dc194583bd3c522596bd124890f2 (patch) | |
| tree | 8d6817f2f4ec99cc82f68bd01be01fd295057089 /src/main.cpp | |
| parent | 553a4d12a7891a463b87406ec1550b874518b001 (diff) | |
now handles windows firewall, which apparently doens't report itself to wmi
some more error checking
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index f08e5ad3..c6c87a64 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -493,9 +493,9 @@ int runApplication(MOApplication &application, SingleInstance &instance, qWarning() << "MO seems to be running in compatibility mode"; } - qDebug().nospace().noquote() << "security features:"; - for (const auto& sf : env.securityFeatures()) { - qDebug().nospace().noquote() << " . " << sf.toString(); + qDebug().nospace().noquote() << "security products:"; + for (const auto& sp : env.securityProducts()) { + qDebug().nospace().noquote() << " . " << sp.toString(); } qDebug() << "modules loaded in process:"; |
