diff --git a/AutoTx/Email.cs b/AutoTx/Email.cs
index 96d435a7baaa202920631fe6f879977c390ba4d7..554a5fdd9c79833d61d1aac9522f32f2f23d0e0a 100644
--- a/AutoTx/Email.cs
+++ b/AutoTx/Email.cs
@@ -82,7 +82,7 @@ namespace AutoTx
 
             var delta = TimeUtils.MinutesSince(_status.LastAdminNotification);
             if (delta < _config.AdminNotificationDelta) {
-                Log.Debug("Suppressed admin email, interval too short ({0} vs. {1}):\n\n{2}\n{3}",
+                Log.Warn("Suppressed admin email, interval too short ({0} vs. {1}):\n\n{2}\n{3}",
                     delta, _config.AdminNotificationDelta, subject, body);
                 return;
             }