mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-05 07:03:02 +02:00
When first starting up the YANG models are downloaded. Initially all were printed on the test console, so this was later changed to become a sort of progress output. However, that broke tap output, causing a missing leading '#' for the final "YANG models downloaded." message. Thist patch drops the output entirely from the netconf transport, it was never added to the restconf transport. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>