break;
default:
warnf(operation->global, "%s:%d: warning: '%s' uses unquoted "
- "whitespace that may cause side-effects. Consider quoting "
- "the value with double quotes?",
- filename, lineno, option);
+ "whitespace", filename, lineno, option);
+ warnf(operation->global, "This may cause side-effects. "
+ "Consider using double quotes?");
}
}
if(!*param)
arg
</protocol>
<stderr mode="text">
-Warning: log/config:1: warning: 'data' uses unquoted whitespace that may cause
-Warning: side-effects. Consider quoting the value with double quotes?
+Warning: %LOGDIR/config:1: warning: 'data' uses unquoted whitespace
+Warning: This may cause side-effects. Consider using double quotes?
</stderr>
</verify>
</testcase>