← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8875: Minor

 

------------------------------------------------------------
revno: 8875
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-11-05 15:04:14 +0300
message:
  Minor
modified:
  dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/startup/MapViewUpgrader.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/startup/MapViewUpgrader.java'
--- dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/startup/MapViewUpgrader.java	2012-11-05 09:54:00 +0000
+++ dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/startup/MapViewUpgrader.java	2012-11-05 12:04:14 +0000
@@ -88,7 +88,7 @@
         }
         catch ( Exception ex )
         {
-            log.error( "Error", ex );
+            log.debug( "Error", ex );
             return;
         }
         finally
@@ -111,7 +111,7 @@
         }
         catch ( Exception ex )
         {
-            log.error( "Execution error", ex );
+            log.debug( "Execution error", ex );
             return -1;
         }
     }