Open
Description
If we override the content or version URLs using -u
, -c
, or -v
, we print out a message on STDOUT warning about it:
swupd-client/src/swupd_lib/globals.c
Lines 553 to 572 in ec4a272
In most cases, this is probably fine. But if we've been given -j
for JSON output, we really should only be outputting valid JSON strings. We should probably move these (and any other) warnings to STDERR.
This will likely affect test cases, too.
Metadata
Metadata
Assignees
Labels
No labels