summaryrefslogtreecommitdiffstats
path: root/ksmserver/shutdown.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-04-26 13:11:28 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-04-26 13:11:28 -0500
commit62d43d23e6dc10a351e64b95724810a94ceb1f0a (patch)
tree94ae7272e9c801e510d8630a302dd5d4b4976268 /ksmserver/shutdown.cpp
parent55a0cc423fbf014b8f016d4b0128ce2924bba6ce (diff)
downloadtdebase-62d43d23e6dc10a351e64b95724810a94ceb1f0a.tar.gz
tdebase-62d43d23e6dc10a351e64b95724810a94ceb1f0a.zip
Add cmake configure option to support ksmserver shutdown debugging timing markers.
Diffstat (limited to 'ksmserver/shutdown.cpp')
-rw-r--r--ksmserver/shutdown.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/ksmserver/shutdown.cpp b/ksmserver/shutdown.cpp
index a13e7e3b1..9e8ee1d7c 100644
--- a/ksmserver/shutdown.cpp
+++ b/ksmserver/shutdown.cpp
@@ -88,10 +88,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "shutdowndlg.h"
#include "client.h"
-// #define PROFILE_SHUTDOWN 1
+#ifdef BUILD_PROFILE_SHUTDOWN
+#define PROFILE_SHUTDOWN 1
+#endif
#ifdef PROFILE_SHUTDOWN
- #define SHUTDOWN_MARKER(x) printf("[ksmserver] '%s' [%s]\n\r", x, TQTime::currentTime().toString("hh:mm:ss:zzz").ascii()); fflush(stdout);
+ #define SHUTDOWN_MARKER(x) printf("[ksmserver] '%s' [%s]\n", x, TQTime::currentTime().toString("hh:mm:ss:zzz").ascii()); fflush(stdout);
#else // PROFILE_SHUTDOWN
#define SHUTDOWN_MARKER(x)
#endif // PROFILE_SHUTDOWN