From bf951e14ad3bc0f8e3af5ac58480d7a43c70550a Mon Sep 17 00:00:00 2001 From: webchick Date: Fri, 30 Sep 2011 13:05:03 -0700 Subject: Issue #1278160 by tim.plunkett: Lower the logging severity level of 'orphaned actions'. --- includes/actions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/actions.inc') diff --git a/includes/actions.inc b/includes/actions.inc index c2fd4d96c..760de8300 100644 --- a/includes/actions.inc +++ b/includes/actions.inc @@ -311,7 +311,7 @@ function actions_synchronize($delete_orphans = FALSE) { $link = l(t('Remove orphaned actions'), 'admin/config/system/actions/orphan'); $count = count($actions_in_db); $orphans = implode(', ', $orphaned); - watchdog('actions', '@count orphaned actions (%orphans) exist in the actions table. !link', array('@count' => $count, '%orphans' => $orphans, '!link' => $link), WATCHDOG_WARNING); + watchdog('actions', '@count orphaned actions (%orphans) exist in the actions table. !link', array('@count' => $count, '%orphans' => $orphans, '!link' => $link), WATCHDOG_INFO); } } } -- cgit v1.2.3