]> git.ipfire.org Git - thirdparty/tornado.git/commit
use '%s' formatting instead of '%d' for fds in IOLoop log messages 401/head
authorMinRK <benjaminrk@gmail.com>
Tue, 22 Nov 2011 23:48:46 +0000 (15:48 -0800)
committerMinRK <benjaminrk@gmail.com>
Tue, 22 Nov 2011 23:48:46 +0000 (15:48 -0800)
commitda7838402af64bb3265fb23d76260057af24659c
treedd52dfc1494ed51c198a9eaa7cf7e532a4d61ded
parente8b4c7d6c338554ba2841daf5ec29a898459a6f5
use '%s' formatting instead of '%d' for fds in IOLoop log messages

In case some poller implementations accept sockets or values other than
integer file descriptors, this prevents tornado's log messages from
raising errors.
tornado/ioloop.py