summaryrefslogtreecommitdiffhomepage
path: root/csv
diff options
context:
space:
mode:
Diffstat (limited to 'csv')
-rw-r--r--csv/csv.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/csv/csv.cpp b/csv/csv.cpp
index 76f8b56f..ee18e910 100644
--- a/csv/csv.cpp
+++ b/csv/csv.cpp
@@ -96,7 +96,9 @@ bool CSV::getGameData(int id, unsigned char* table, QString& gamename)
for (int i = 0; i < 8; i++)
table[i] = 0;
- qDebug() << "csv: lookup game id" << id;
+ if (id != 0)
+ qDebug() << "csv: lookup game id" << id;
+
QString id_str(QString::number(id));
static const QString csv_path(OPENTRACK_BASE_PATH +