rakshasa / libtorrent

libTorrent BitTorrent library
http://rtorrent.net/downloads/
GNU General Public License v2.0
885 stars 209 forks source link

Add space to fmt str in log_gz_file_write #160

Closed pastly closed 6 years ago

pastly commented 6 years ago

Without this space, the log level identifier ('D', 'I', etc.) would be right next to actual content.

Before: <timestamp> Depoll->pcb(17): Open event. After: <timestamp> D epoll->pcb(17): Open event.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.003%) to 18.043% when pulling 8137081caaf72ede09fb50141d4a30e287f25805 on pastly:gzlogformat into c167c5a9e0bcf0df23ae5efd91396aae0e37eb87 on rakshasa:master.