|
|
@ -147,7 +147,7 @@ public class ListMember { |
|
|
|
var rs = request.compile().exec(); |
|
|
|
var rs = request.compile().exec(); |
|
|
|
while (rs.next()) list.add(rs.getString(LIST_EMAIL)); |
|
|
|
while (rs.next()) list.add(rs.getString(LIST_EMAIL)); |
|
|
|
} catch (SQLException e) { |
|
|
|
} catch (SQLException e) { |
|
|
|
LOG.warn("Listing memberships lists failed: ",e); |
|
|
|
LOG.warn("Collecting lists of {} failed: ",user.email(),e); |
|
|
|
} |
|
|
|
} |
|
|
|
return list; |
|
|
|
return list; |
|
|
|
} |
|
|
|
} |
|
|
|