devicediagnosticsfw/diagframework/src/diagpluginpoolimpl.cpp
branchRCL_3
changeset 58 4af31167ea77
parent 0 b497e44ab2fc
--- a/devicediagnosticsfw/diagframework/src/diagpluginpoolimpl.cpp	Mon Jun 21 16:37:58 2010 +0300
+++ b/devicediagnosticsfw/diagframework/src/diagpluginpoolimpl.cpp	Thu Jul 15 19:36:11 2010 +0300
@@ -616,7 +616,10 @@
 
     LOGSTRING2( "CDiagPluginPoolImpl::RunError %d", aError )
 
-    return ResetAndNotify( aError );
+    TInt err = ResetAndNotify( aError );
+    LOGSTRING2( "CDiagPluginPoolImpl::RunError %d", err )
+    
+    return KErrNone;
     }
     
 // End of File