Fix typos left in revision 6574 - wizard to launch batch updates on users.
[lgpl/argeo-commons.git] / 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