Rename linenoise thread name.
This commit is contained in:
parent
95d4497e2b
commit
2c41c4841d
|
@ -123,7 +123,7 @@ LineNoise::LineNoise(std::function<void(std::string const&, std::vector<std::str
|
|||
linenoiseSetFreeHintsCallback(free);
|
||||
#endif
|
||||
|
||||
threadPool->addThread(reader, "fdb-line-noise");
|
||||
threadPool->addThread(reader, "fdb-linenoise");
|
||||
}
|
||||
|
||||
LineNoise::~LineNoise() {
|
||||
|
|
Loading…
Reference in New Issue