summaryrefslogtreecommitdiffstats
path: root/kdesktop/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kdesktop/main.cc')
-rw-r--r--kdesktop/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/main.cc b/kdesktop/main.cc
index 0cff73420..4228df0c8 100644
--- a/kdesktop/main.cc
+++ b/kdesktop/main.cc
@@ -231,7 +231,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char **argv )
XRenderFindVisualFormat( dpy, xvi[i].visual );
if ( format->type == PictTypeDirect && format->direct.alphaMask ) {
visual = xvi[i].visual;
- kdDebug() << "found visual with alpha support" << endl;
+ kdDebug() << "[kdesktop] Found visual with alpha support" << endl;
argb_visual = true;
break;
}