forked from loafle/openapi-generator-original
Fix log statement (#16768)
The current log statement prints "%s", updating to properly include the parameter
This commit is contained in:
parent
4a17c22905
commit
594308f821
@ -562,8 +562,7 @@ public class WorkflowSettings {
|
||||
*/
|
||||
public WorkflowSettings build() {
|
||||
WorkflowSettings instance = new WorkflowSettings(this);
|
||||
//noinspection PlaceholderCountMatchesArgumentCount
|
||||
LOGGER.debug("WorkflowSettings#build: %s", instance.toString());
|
||||
LOGGER.debug("WorkflowSettings#build: {}", instance);
|
||||
return instance;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user