]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Email.php
move forgotten rotator from template
[friendica.git] / src / Protocol / Email.php
index bcde2b4e294e016fff813b5fa78f0644661ef072..4c6ac9cb4d5023fafe1422db553e02645eb8ea1d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -51,12 +51,12 @@ class Email
 
                $errors = imap_errors();
                if (!empty($errors)) {
-                       Logger::warning('IMAP Errors occured', ['errors' => $errors]);
+                       Logger::notice('IMAP Errors occured', ['errors' => $errors]);
                }
 
                $alerts = imap_alerts();
                if (!empty($alerts)) {
-                       Logger::warning('IMAP Alerts occured: ', ['alerts' => $alerts]);
+                       Logger::notice('IMAP Alerts occured: ', ['alerts' => $alerts]);
                }
 
                return $mbox;