Fixing log message

This commit is contained in:
jlmitch5 2015-02-06 10:28:09 -05:00
parent 40106cdc34
commit 53b2105555

View File

@ -35,7 +35,7 @@ angular.module('VariablesHelper', ['Utilities'])
}
catch (e) {
$log.info('Attempt to parse extra_vars as JSON failed. Send the yaml from the backend');
$log.info('Attempt to parse extra_vars as JSON failed. Check that the variables parse as yaml. Set the raw string as the result.');
try {
// do safeLoad, which well error if not valid yaml
json_obj = jsyaml.safeLoad(variables);