Logger: Remove the thread pointer from the log.
authorOlivier Goffart <ogoffart@woboq.com>
Wed, 5 Feb 2020 11:37:58 +0000 (12:37 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 1 Jul 2020 13:13:20 +0000 (15:13 +0200)
commit44fc881ced5dd244e2f6b796f6104f7741f37cd7
treeb48158589f65afda03b24bc16ec822cd43758142
parent669e42edd14e1a4c71268993b86473f6e4251e41
Logger: Remove the thread pointer from the log.

We don't do discovery in a thread or use many threads anymore so this is
just noise.

Also use of QString::sprintf is deprecated, and C cast.
src/libsync/logger.cpp