mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
reduced log level if no param descriptions are present
This commit is contained in:
@@ -113,7 +113,7 @@ class Printname {
|
||||
try {
|
||||
name = (String)this.paramNames.get(n);
|
||||
} catch (ArrayIndexOutOfBoundsException e) {
|
||||
subcatLogger.warning(e.getLocalizedMessage());
|
||||
subcatLogger.fine(e.getLocalizedMessage());
|
||||
}
|
||||
return name;
|
||||
}
|
||||
@@ -393,7 +393,7 @@ class Printname {
|
||||
+ "<dd>" + this.paramTexts.get(which) + "</dd>";
|
||||
return result;
|
||||
} catch (ArrayIndexOutOfBoundsException e) {
|
||||
subcatLogger.warning(e.getLocalizedMessage());
|
||||
subcatLogger.fine(e.getLocalizedMessage());
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user