Improve wording in log msg

This commit is contained in:
ItsDrike 2023-10-03 21:38:13 +02:00
parent ab36aeeae7
commit 54cf7c6989
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -104,7 +104,7 @@ void newCreateGroup(CWindow* self)
if (!handleGroupOperation(&pDwindleLayout)) if (!handleGroupOperation(&pDwindleLayout))
return; return;
Debug::log(LOG, "[dwindle-autogroup] Autogroupping dwindle child nodes"); Debug::log(LOG, "[dwindle-autogroup] Collecting dwindle child nodes");
// Collect all child dwindle nodes, we'll want to add all of those into a group // Collect all child dwindle nodes, we'll want to add all of those into a group
const auto P_DWINDLE_NODE = g_pNodeFromWindow(pDwindleLayout, self); const auto P_DWINDLE_NODE = g_pNodeFromWindow(pDwindleLayout, self);