diff --git a/song_of_the_day/Program.cs b/song_of_the_day/Program.cs index daeff0f..7ae2011 100644 --- a/song_of_the_day/Program.cs +++ b/song_of_the_day/Program.cs @@ -17,6 +17,7 @@ userCheckTimer.OnOccurence += async (s, ea) => var needsSaving = false; foreach (var memberId in memberList) { + Console.WriteLine("found member: " = memberId); var foundUser = dci.Users.Where(u => u.SignalMemberId == memberId).SingleOrDefault(); if (foundUser == null) {