summaryrefslogtreecommitdiffstats
path: root/kwin
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-21 21:04:31 -0500
committerSlávek Banko <slavek.banko@axis.cz>2013-03-04 19:57:08 +0100
commit67bcc91c634ae177757e1d38a79db2886b0fd765 (patch)
tree3a0cdce9d4e9f1e6370e13b411b2badb9e7a1685 /kwin
parent98cc024c40c41af4f64688db8e55373c5ca56676 (diff)
downloadtdebase-67bcc91c634ae177757e1d38a79db2886b0fd765.tar.gz
tdebase-67bcc91c634ae177757e1d38a79db2886b0fd765.zip
Add source code module name [twin-workspace] to stdout/stderr messages to improve readability.
(cherry picked from commit 13806ac476cd81d196e38612c81c7a1c76976c31)
Diffstat (limited to 'kwin')
-rw-r--r--kwin/workspace.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kwin/workspace.cpp b/kwin/workspace.cpp
index a70d257ca..7ace2a570 100644
--- a/kwin/workspace.cpp
+++ b/kwin/workspace.cpp
@@ -242,7 +242,7 @@ Workspace::Workspace( bool restore )
strcat(filename, home);
strcat(filename, configfile);
- printf("reading '%s' as kompmgr pidfile\n\n", filename);
+ printf("[kwin-workspace] reading '%s' as kompmgr pidfile\n\n", filename);
// Now that we did all that by way of introduction...read the file!
FILE *pFile;
@@ -1094,7 +1094,7 @@ void Workspace::slotReconfigure()
strcat(filename, home);
strcat(filename, configfile);
- printf("reading '%s' as kompmgr pidfile\n\n", filename);
+ printf("[kwin-workspace] reading '%s' as kompmgr pidfile\n\n", filename);
// Now that we did all that by way of introduction...read the file!
FILE *pFile;