summaryrefslogtreecommitdiffstats
path: root/common/genericresource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/genericresource.cpp')
-rw-r--r--common/genericresource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/genericresource.cpp b/common/genericresource.cpp
index b32a22b..74e829c 100644
--- a/common/genericresource.cpp
+++ b/common/genericresource.cpp
@@ -334,7 +334,7 @@ GenericResource::GenericResource(const QByteArray &resourceInstanceIdentifier, c
334 emit notify(n); 334 emit notify(n);
335 }, 335 },
336 [=](int code, const QString &message) { 336 [=](int code, const QString &message) {
337 Log() << "Inspection failed: " << inspectionType << inspectionId << entityId << message; 337 Warning_area("resource.inspection") << "Inspection failed: " << inspectionType << inspectionId << entityId << message;
338 Sink::Notification n; 338 Sink::Notification n;
339 n.type = Sink::Commands::NotificationType_Inspection; 339 n.type = Sink::Commands::NotificationType_Inspection;
340 n.message = message; 340 n.message = message;