From a0fa04d6a66257cdd96606ed0d0425f840fb1b77 Mon Sep 17 00:00:00 2001 From: Mihir Lad Date: Wed, 29 Jul 2020 17:12:30 -0400 Subject: [PATCH] dwm: Fix log typo Co-authored-by: Patrick Ziegler --- src/modules/dwm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/dwm.cpp b/src/modules/dwm.cpp index bc84ea0f..5b21b1bd 100644 --- a/src/modules/dwm.cpp +++ b/src/modules/dwm.cpp @@ -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) {