[jboss-cvs] JBossAS SVN: r83488 - trunk/system/src/main/org/jboss/system/server/profileservice.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 27 08:40:00 EST 2009


Author: emuckenhuber
Date: 2009-01-27 08:40:00 -0500 (Tue, 27 Jan 2009)
New Revision: 83488

Modified:
   trunk/system/src/main/org/jboss/system/server/profileservice/ProfileServiceBootstrap.java
Log:
correct log information

Modified: trunk/system/src/main/org/jboss/system/server/profileservice/ProfileServiceBootstrap.java
===================================================================
--- trunk/system/src/main/org/jboss/system/server/profileservice/ProfileServiceBootstrap.java	2009-01-27 13:38:45 UTC (rev 83487)
+++ trunk/system/src/main/org/jboss/system/server/profileservice/ProfileServiceBootstrap.java	2009-01-27 13:40:00 UTC (rev 83488)
@@ -272,7 +272,7 @@
       }
       catch(Throwable t)
       {
-         log.warn("Error unloading profile: " + this.profileKey, t);
+         log.warn("Error deactivating profile: " + this.profileKey, t);
       }
       try
       {
@@ -282,7 +282,7 @@
       }
       catch(Throwable t)
       {
-         log.warn("Error unloading profile: " + this.profileKey, t);         
+         log.warn("Error unregistering profile: " + this.profileKey, t);         
       }
       
       // Deactivate all profiles we registered




More information about the jboss-cvs-commits mailing list