tail-f-systems / JNC

JNC (Java NETCONF Client) is the name of a Java library for communicating with NETCONF agents, and a plugin for pyang (http://code.google.com/p/pyang/) to generate Java classes from YANG models, to be used by the JNC library.
Other
77 stars 87 forks source link

trace format strings fix #142

Closed martin-volf closed 11 months ago

martin-volf commented 11 months ago

Format strings use "{}" to interpolate arguments, but that does not exist in String.format which uses C-like interpolation.