You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: announcements/src/org/labkey/announcements/model/AnnouncementManager.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -383,7 +383,7 @@ private static void notifyModerators(Container c, User user, AnnouncementModel a
383
383
384
384
if (toList.isEmpty())
385
385
{
386
-
LOG.warn("New " + name.toLowerCase() + " requires moderator review, but no moderators are subscribed to receive 'Individual' notifications in this folder: " +c.getPath());
386
+
LOG.warn("New {} requires moderator review, but no moderators are subscribed to receive 'Individual' notifications in this folder: {}", name.toLowerCase(),c.getPath());
0 commit comments