New button "Add everybody" to file Share dialog
[pithos-web-client] / src / gr / grnet / pithos / web / client / PermissionsAddDialog.java
index c69c739..6ebca4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011-2012 GRNET S.A. All rights reserved.
+ * Copyright 2011-2013 GRNET S.A. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or
  * without modification, are permitted provided that the following
@@ -189,6 +189,7 @@ public class PermissionsAddDialog extends DialogBox {
                 public void onSuccess(UserCatalogs requestedUserCatalogs, UserCatalogs updatedUserCatalogs) {
                     final String userID = updatedUserCatalogs.getID(userDisplayName);
                     if(userID == null) {
+                        Pithos.LOG("PermissionsDialog::addUserPermission(), UpdateUserCatalogs() => Unknown user ", userDisplayName);
                         app.displayWarning("Unknown user " + userDisplayName);
                     }
                     else if(!alreadyHasPermission(userID)) {