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