Fix typos left in revision 6574 - wizard to launch batch updates on users.
authorBruno Sinou <bsinou@argeo.org>
Mon, 4 Nov 2013 11:17:20 +0000 (11:17 +0000)
committerBruno Sinou <bsinou@argeo.org>
Mon, 4 Nov 2013 11:17:20 +0000 (11:17 +0000)
https://www.argeo.org/bugzilla/show_bug.cgi?id=171

git-svn-id: https://svn.argeo.org/commons/branches/1.x@6584 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

security/plugins/org.argeo.security.ui.admin/src/main/java/org/argeo/security/ui/admin/wizards/UserBatchUpdateWizard.java

index 3d59d80061c7f817e41e9aa3c4a512120d40d031..933a390193f738d5efecac38405a041acdb8ee88 100644 (file)
@@ -276,9 +276,11 @@ public class UserBatchUpdateWizard extends Wizard {
                                        doUpdate(node);
                                        currSession.save();
                                        vm.checkin(path);
+                                       monitor.worked(1);
                                }
                        } catch (Exception e) {
-                               e.printStackTrace();
+                               log.error("Cannot perform batch update on users", e);
+                               // e.printStackTrace();
 
                                // Dig exception to find the root cause that will enable the
                                // user to understand the problem