Debug-Ausgabe

git-svn-id: https://svn.libreccm.org/ccm/trunk@4653 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2017-03-29 18:22:27 +00:00
parent 7891fb7371
commit f4699b096a
1 changed files with 3 additions and 0 deletions

View File

@ -203,6 +203,9 @@ public class PermissionConversion {
permission.setGrantee(granteeRole);
granteeRole.addPermission(permission);
}
System.err.printf("!!!Failed to convert grantee for permission %s%n",
trunkPermission.getOID().toString());
}
}
}