DETECTOR: Clarify warning a bit

This commit is contained in:
Max Horn 2011-06-01 16:04:55 +02:00
parent 136ffb5e0a
commit 48dac6ab7f

View file

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