All code around this does this too, hence do it here as well.
Also fix plural verb form.
Follow-up for: #32018
"Target path is not a normalized, absolute path: %s", t->target.path);
if (strv_isempty(t->target.patterns)) {
- log_info("Target specifications lacks MatchPattern=. Assuming same value as in Source specification");
+ log_syntax(NULL, LOG_INFO, path, 1, 0, "Target specification lacks MatchPattern= expression. Assuming same value as in source specification.");
strv_free(t->target.patterns);
t->target.patterns = strv_copy(t->source.patterns);
if (!t->target.patterns)