dwm: Fix log typo

Co-authored-by: Patrick Ziegler <p.ziegler96@gmail.com>
This commit is contained in:
Mihir Lad 2020-07-29 17:12:30 -04:00
parent f17aef943c
commit a0fa04d6a6

View File

@ -436,7 +436,7 @@ namespace modules {
if (!m_ipc->is_event_socket_connected()) {
m_log.notice("%s: Attempting to reconnect event socket", name());
m_ipc->connect_event_socket();
m_log.notice("%s: Successfully reconnected event to socket", name());
m_log.notice("%s: Successfully reconnected to event socket", name());
}
return true;
} catch (const dwmipc::IPCError& err) {