From 8b024927b177afae4be90574117f5b6d7cc93e49 Mon Sep 17 00:00:00 2001 From: Colton Myers Date: Wed, 25 Feb 2015 16:17:06 -0700 Subject: [PATCH] Backport #20963 to 2015.2 --- salt/utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/utils/__init__.py b/salt/utils/__init__.py index 2ccb744d9d..c2267e2de2 100644 --- a/salt/utils/__init__.py +++ b/salt/utils/__init__.py @@ -849,7 +849,7 @@ def format_call(fun, '{0}.{1}'.format(fun.__module__, fun.__name__) ) ) - raise SaltInvocationError( + log.critical( '{0}. If you were trying to pass additional data to be used ' 'in a template context, please populate \'context\' with ' '\'key: value\' pairs.{1}'.format(