Rename linenoise thread name.

This commit is contained in:
Ray Jenkins 2022-01-25 13:21:14 -06:00
parent 95d4497e2b
commit 2c41c4841d
1 changed files with 1 additions and 1 deletions

View File

@ -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() {