mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
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:
parent
0bcd0467c6
commit
b7cd728697
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue