lib/fetcher-util: Mark journaled msgs as LOG_ERR

E.g. for filtering, and so it shows up in red.

Closes: #1732
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2018-09-21 12:28:43 -04:00 committed by Atomic Bot
parent 44d5f1cb8c
commit 8b2940aa13

View File

@ -172,6 +172,7 @@ _ostree_fetcher_journal_failure (const char *remote_name,
"MESSAGE_ID=" SD_ID128_FORMAT_STR, SD_ID128_FORMAT_VAL(OSTREE_HTTP_FAILURE_ID),
"OSTREE_REMOTE=%s", remote_name,
"OSTREE_URL=%s", url,
"PRIORITY=%i", LOG_ERR,
NULL);
#endif
}