From 346af3e3e49ae9fdd9c1cb6bf38506371773a7f2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 27 Sep 2016 15:56:12 +0200 Subject: csv: emit debug info with module prefix --- csv/csv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv/csv.cpp b/csv/csv.cpp index c3805ae7..65014eec 100644 --- a/csv/csv.cpp +++ b/csv/csv.cpp @@ -167,7 +167,7 @@ bool CSV::getGameData(int id, unsigned char* table, QString& gamename) table[i] = t(tmp[i]); } } - qDebug() << "game-id" << id_str << "proto" << proto; + qDebug() << "csv: game-id" << id_str << "proto" << proto; gamename = move(name); return true; } -- cgit v1.2.3