Skip to content

Commit 92df8d7

Browse files
authored
Merge pull request #527 from aregtech/bugfix/526-logobserver-failes-to-reconnect
Was not able to reconnect to log observer.
2 parents cbf705a + a8e7a80 commit 92df8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/areglogger/client/private/LoggerClient.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class LoggerClient : public ServiceClientConnectionBase
6262
//////////////////////////////////////////////////////////////////////////
6363
private:
6464
//!< The name of the observer dispatcher thread
65-
static constexpr std::string_view ThreadName { "LogObserverThread" };
65+
static constexpr std::string_view ThreadName { "AREG_LogObserverThread" };
6666

6767
//!< The prefix to add to the send and receive threads.
6868
static constexpr std::string_view ThreadPrefix { "Observer" };

0 commit comments

Comments
 (0)