From 0170dc33e935416359f69ff63e9b71cd4df623fe Mon Sep 17 00:00:00 2001 From: Jason Kasper Date: Sat, 4 Sep 2004 00:38:18 +0000 Subject: [PATCH] logging reconfigure requests always now --- src/KeyClient.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/KeyClient.cpp b/src/KeyClient.cpp index 251d55b..a8774ab 100644 --- a/src/KeyClient.cpp +++ b/src/KeyClient.cpp @@ -163,9 +163,8 @@ void KeyClient::initialize() { //-------------------------------------------------------- void KeyClient::reconfigure () { - if (_debug) - std::cout << BBTOOL << ": " << "KeyClient: reconfigure: hey, goodie! I got a reconfigure request!!\n"; - + std::cout << BBTOOL << ": " << + "KeyClient: reconfigure: hey, goodie! I got a reconfigure request!!\n"; // delete all screens for_each(screenList.begin(), screenList.end(), bt::PointerAssassin()); -- 2.11.4.GIT