Skip to content

Commit 425d5fd

Browse files
committed
Changed thread names to include 'rtorrent'.
1 parent 51cd5ea commit 425d5fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/thread_disk.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace torrent {
4444

4545
class thread_disk : public thread_base {
4646
public:
47-
const char* name() const { return "worker_disk"; }
47+
const char* name() const { return "rtorrent disk"; }
4848

4949
virtual void init_thread();
5050

src/thread_main.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace torrent {
4444

4545
class thread_main : public thread_base {
4646
public:
47-
const char* name() const { return "main"; }
47+
const char* name() const { return "rtorrent main"; }
4848

4949
virtual void init_thread();
5050

0 commit comments

Comments
 (0)