diff options
Diffstat (limited to 'tdeioslave/system/kdedmodule/systemdirnotify.cpp')
-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; |