summaryrefslogtreecommitdiffstats
path: root/src/tdeio_umountwrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tdeio_umountwrapper.cpp')
-rw-r--r--src/tdeio_umountwrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdeio_umountwrapper.cpp b/src/tdeio_umountwrapper.cpp
index 26ab35d..36be7ff 100644
--- a/src/tdeio_umountwrapper.cpp
+++ b/src/tdeio_umountwrapper.cpp
@@ -51,7 +51,7 @@ tdeio_umountwrapper::tdeio_umountwrapper(const TQString& url)
*p << "tdeio_media_mounthelper";
*p << "-s";
*p << url;
- kdDebug() << "TDEProcess: " << url << endl;
+ kdDebug(7136) << "TDEProcess: " << url << endl;
connect(p, TQT_SIGNAL(processExited(TDEProcess *)),
this, TQT_SLOT(processFinished(TDEProcess *)));
p->start();