msoulier / tftpy

Pure Python TFTP library
http://tftpy.sf.net
MIT License
170 stars 120 forks source link

TftpServer: lower log level for clean shutdown msgs #104

Closed RafaGago closed 2 years ago

RafaGago commented 5 years ago

Before this commit all clean shutdown sequences (without active sessions) were issuing warnings on the logs. Closing the server without active sessions is normal behavior, so it should not generate error messages.

This commit fixes this.

msoulier commented 2 years ago

Good idea. Merging.