summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/tuiotouch/qoscmessage.cpp
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@crimson.no>2017-04-30 21:46:53 +0200
committerRobin Burchell <robin.burchell@crimson.no>2017-04-30 23:18:11 +0000
commit5398aaabfc968c198137aa9b28187d9d2a57aa40 (patch)
tree42a81169371a3ac5d3555257b3c594a3eb08acc4 /src/plugins/generic/tuiotouch/qoscmessage.cpp
parent9d918495ee56dca5826070df888d20adfcc29641 (diff)
tuiotouch: Finish categorizing all logging
Better than going half way and not quite finishing, and nicer results. Change-Id: If6bf005182534f6fbfc13544d4190d3e54a272e9 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/plugins/generic/tuiotouch/qoscmessage.cpp')
-rw-r--r--src/plugins/generic/tuiotouch/qoscmessage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/generic/tuiotouch/qoscmessage.cpp b/src/plugins/generic/tuiotouch/qoscmessage.cpp
index b2004903bd..3c30caa923 100644
--- a/src/plugins/generic/tuiotouch/qoscmessage.cpp
+++ b/src/plugins/generic/tuiotouch/qoscmessage.cpp
@@ -113,7 +113,7 @@ QOscMessage::QOscMessage(const QByteArray &data)
parsedBytes += sizeof(quint32);
arguments.append(value.f);
} else {
- qWarning() << "Reading argument of unknown type " << typeTag;
+ qCWarning(lcTuioMessage) << "Reading argument of unknown type " << typeTag;
return;
}
}