summaryrefslogtreecommitdiffhomepage
path: root/proto-wine
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-02-26 17:55:00 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-02-26 17:55:00 +0100
commit03f593ff835ab66dc4cbbb71db387e52fa17cc3a (patch)
treef0a98c64aa5103c5e48ba4274b6a3b68326932dc /proto-wine
parente6ab541c19b50bca6cf371430d40f30835c9e3ea (diff)
proto/wine: kill verbose warning
The .csv lookup may fail and thus result in this message getting printed 250 times per second.
Diffstat (limited to 'proto-wine')
-rw-r--r--proto-wine/ftnoir_protocol_wine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-wine/ftnoir_protocol_wine.cpp b/proto-wine/ftnoir_protocol_wine.cpp
index 7b82b76f..75526c54 100644
--- a/proto-wine/ftnoir_protocol_wine.cpp
+++ b/proto-wine/ftnoir_protocol_wine.cpp
@@ -44,7 +44,7 @@ void wine::pose(const double *headpose, const double*)
#ifndef OTR_WINE_NO_WRAPPER
if (shm->gameid != gameid)
{
- qDebug() << "proto/wine: looking up gameData";
+ //qDebug() << "proto/wine: looking up gameData";
QString gamename;
QMutexLocker foo(&game_name_mutex);
/* only EZCA for FSX requires dummy process, and FSX doesn't work on Linux */