javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/DlListener.java
branchRCL_3
changeset 17 0fd27995241b
parent 14 04becd199f91
child 24 6c158198356e
--- a/javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/DlListener.java	Fri Apr 30 10:40:48 2010 +0300
+++ b/javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/DlListener.java	Tue May 11 16:07:20 2010 +0300
@@ -56,7 +56,8 @@
             }
             catch (Throwable t)
             {
-                Log.logError("InstallerUi.started threw exception", t);
+                Log.logError(
+                    "DlListener: InstallerUi.started threw exception", t);
             }
         }
     }
@@ -74,7 +75,8 @@
             }
             catch (Throwable t)
             {
-                Log.logError("InstallerUi.updateProgress threw exception", t);
+                Log.logError(
+                    "DlListener: InstallerUi.updateProgress threw exception", t);
             }
         }
         if (iBall.iSifNotifier != null)
@@ -90,7 +92,8 @@
             }
             catch (Throwable t)
             {
-                Log.logError("SifNotifier.notifyProgress threw exception", t);
+                Log.logError(
+                    "DlListener: SifNotifier.notifyProgress threw exception", t);
             }
         }
     }
@@ -107,7 +110,8 @@
             }
             catch (Throwable t)
             {
-                Log.logError("InstallerUi.ended threw exception", t);
+                Log.logError(
+                    "DlListener: InstallerUi.ended threw exception", t);
             }
         }
         if (iBall != null)
@@ -145,7 +149,8 @@
             }
             catch (Throwable t)
             {
-                Log.logError("InstallerUi.getUsernamePassword threw exception", t);
+                Log.logError(
+                    "DlListener: InstallerUi.getUsernamePassword threw exception", t);
             }
         }
         return result;