Skip to content

Commit

Permalink
MembershipQE: Added debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Aug 21, 2024
1 parent d56c985 commit 8b6d17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/MembershipQE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ bool MembershipQE::importData(const QString &clubid, const QByteArray &data)

if ( fields.count() < 4 )
{
qInfo(runtime) << "Invalid line in the input file " << line;
qInfo(runtime) << "Invalid line in the input file " << line << clubid;
continue;
}

Expand Down

0 comments on commit 8b6d17d

Please sign in to comment.