diff --git a/cockatrice/src/game/filters/filter_string.cpp b/cockatrice/src/game/filters/filter_string.cpp index 4e965ced5..d87e8b039 100644 --- a/cockatrice/src/game/filters/filter_string.cpp +++ b/cockatrice/src/game/filters/filter_string.cpp @@ -365,7 +365,7 @@ FilterString::FilterString(const QString &expr) }; if (!search.parse(ba.data(), result)) { - qDebug() << "Filter string error for" << expr << ";" << _error; + qDebug().nospace() << "FilterString error for " << expr << "; " << _error; result = [](CardData) -> bool { return false; }; } }