diff --git a/notifications.event.inc b/notifications.event.inc
index ced8931..d0a1942 100644
--- a/notifications.event.inc
+++ b/notifications.event.inc
@@ -459,7 +459,7 @@ class Notifications_Event extends Notifications_Entity {
       $results = $this->send_list($sids);
       $sent = count($results['sent']);
       $skip = count($results['skip']);
-      $success = count($results['success']);
+      $success = $results['success'];
       $errors = $sent - $success;
       watchdog('notifications', 'Sent event @event to @count subscriptions: @success success, @errors errors, @skip skipped.', array('@event' => $this->get_title(), '@count' => $count, '@success' => $success, '@errors' => $errors, '@skip' => $skip));
       $total_count += $count;
