mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 08:46:41 +01:00
Fix typo in the exception message (#3858)
This commit is contained in:
parent
6c9078d673
commit
b668742447
@ -75,7 +75,7 @@ namespace
|
||||
#else
|
||||
if (pthread_setname_np(pthread_self(), threadName.c_str()))
|
||||
#endif
|
||||
throw Poco::SystemException("cannot get thread name");
|
||||
throw Poco::SystemException("cannot set thread name");
|
||||
}
|
||||
|
||||
std::string getThreadName()
|
||||
|
Loading…
x
Reference in New Issue
Block a user