DETECTOR: Do not show the zero matched size for illegitimate copies

This commit is contained in:
Filippos Karapetis 2014-08-06 15:08:57 +03:00
parent 1f2db34042
commit 672a46b84f

View file

@ -122,7 +122,7 @@ bool cleanupPirated(ADGameDescList &matched) {
// We ruled out all variants and now have nothing
if (matched.empty()) {
warning("Illegitimate game copy detected. We give no support in such cases %d", matched.size());
warning("Illegitimate game copy detected. We provide no support in such cases");
return true;
}
}