From f123d99fd32a3eba6fc18c6c762db23fb5d431d6 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 7 Sep 2013 18:27:24 -0500 Subject: Add source code module name to stdout/stderr messages to improve readability. --- tdeioslave/system/kdedmodule/systemdirnotify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeioslave/system/kdedmodule') 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; -- cgit v1.2.1