Fixed log statement

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1844 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-05-14 14:53:36 +00:00
commit b7cd728697

View file

@ -209,7 +209,7 @@ namespace GreenshotPlugin.Core {
}
foreach (string availableIETF in languageFiles.Keys) {
if (availableIETF.StartsWith(returnIETF)) {
LOG.InfoFormat("Found language {0}, best match for!", availableIETF, returnIETF);
LOG.InfoFormat("Found language {0}, best match for {1}!", availableIETF, returnIETF);
returnIETF = availableIETF;
break;
}