diff --git a/notifications.admin.inc b/notifications.admin.inc
index 7f914d7..23dbaf3 100644
--- a/notifications.admin.inc
+++ b/notifications.admin.inc
@@ -396,7 +396,7 @@ function notifications_admin_queue($op = 'status', $param = NULL) {
   $output .= notifications_admin_queue_summary();
 
   // Display logs from last process
-  if ($logs = messaging_log_get()) {
+  if ($logs = messaging_get_log()) {
     $output .= theme('box', t('Process log'), messaging_log_format($logs));
   }
   return $output;
@@ -526,4 +526,4 @@ function theme_notifications_table_form($form) {
   }
   $output .= drupal_render($form);
   return $output;
-}
\ No newline at end of file
+}
