You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/03/14 18:01:52 UTC

svn commit: r1300640 - /incubator/syncope/trunk/core/src/main/java/org/syncope/core/rest/controller/ConfigurationController.java

Author: ilgrosso
Date: Wed Mar 14 17:01:52 2012
New Revision: 1300640

URL: http://svn.apache.org/viewvc?rev=1300640&view=rev
Log:
Typo in debug message

Modified:
    incubator/syncope/trunk/core/src/main/java/org/syncope/core/rest/controller/ConfigurationController.java

Modified: incubator/syncope/trunk/core/src/main/java/org/syncope/core/rest/controller/ConfigurationController.java
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/core/src/main/java/org/syncope/core/rest/controller/ConfigurationController.java?rev=1300640&r1=1300639&r2=1300640&view=diff
==============================================================================
--- incubator/syncope/trunk/core/src/main/java/org/syncope/core/rest/controller/ConfigurationController.java (original)
+++ incubator/syncope/trunk/core/src/main/java/org/syncope/core/rest/controller/ConfigurationController.java Wed Mar 14 17:01:52 2012
@@ -239,7 +239,7 @@ public class ConfigurationController ext
 
             auditManager.audit(Category.configuration, ConfigurationSubCategory.dbExport, Result.success,
                     "Successfully exported database content");
-            LOG.debug("Databse content successfully exported");
+            LOG.debug("Database content successfully exported");
         } catch (Throwable t) {
             auditManager.audit(Category.configuration, ConfigurationSubCategory.dbExport, Result.failure,
                     "Could not export database content");