Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Michael Vogel
2021-10-25 21:27:21 +02:00
committed by GitHub
parent 87673fd0c5
commit 81c9d8d479
6 changed files with 11 additions and 11 deletions

View File

@@ -72,7 +72,7 @@ class PubSubPublish
$ret = $postResult->getReturnCode();
if ($ret >= 200 && $ret <= 299) {
Logger::notice('Successfully pushed to ' . $subscriber['callback_url']);
Logger::info('Successfully pushed to ' . $subscriber['callback_url']);
PushSubscriber::reset($subscriber['id'], $last_update);
} else {