diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-09-07 18:27:24 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-09-07 18:27:24 -0500 |
commit | f123d99fd32a3eba6fc18c6c762db23fb5d431d6 (patch) | |
tree | cb177c172f43d7db1ded16ec769e7b9a2acb8641 /tdeioslave/system | |
parent | 3e88ddfbc3df52c97d5354890fb9ac68af49bddd (diff) | |
download | tdebase-f123d99fd32a3eba6fc18c6c762db23fb5d431d6.tar.gz tdebase-f123d99fd32a3eba6fc18c6c762db23fb5d431d6.zip |
Add source code module name to stdout/stderr messages to improve readability.
Diffstat (limited to 'tdeioslave/system')
-rw-r--r-- | tdeioslave/system/kdedmodule/systemdirnotify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/system/kdedmodule/systemdirnotify.cpp b/tdeioslave/system/kdedmodule/systemdirnotify.cpp index 7d7d615b3..059c7cfc9 100644 --- a/tdeioslave/system/kdedmodule/systemdirnotify.cpp +++ b/tdeioslave/system/kdedmodule/systemdirnotify.cpp @@ -38,7 +38,7 @@ void SystemDirNotify::init() if( mInited ) { // FIXME Work around a probable race condition by inserting printf delay before following // code is executed -- the root cause of the race needs investigation and resolution. - printf("[systemdirnotify] SystemDirNotify::init(mInited)"); + printf("[systemdirnotify] SystemDirNotify::init(mInited)\n"); return; } mInited = true; |