Skip to content

Commit

Permalink
PDFBOX-5808: add logging
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1919097 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Jul 10, 2024
1 parent c45bc58 commit 6f02c9e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ private ScriptTableDetails getSupportedLanguage(Map<String, ScriptTable> scriptL
ScriptTable value = scriptList.get(scriptName);
if (value != null)
{
LOG.debug("Language decided: {} {}", lang, scriptName);
return new ScriptTableDetails(lang, scriptName, value);
}
}
Expand Down

0 comments on commit 6f02c9e

Please sign in to comment.