Skip to content

Commit

Permalink
fixup! add rauc info support for artifact repos and a GetArtifactStat…
Browse files Browse the repository at this point in the history
…us D-Bus API
  • Loading branch information
ejoerns committed Aug 25, 2024
1 parent 569d45c commit d55aa00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2081,7 +2081,6 @@ static gboolean retrieve_status_via_dbus(RaucStatusPrint **status_print, GError
static gboolean print_status(RaucStatusPrint *status_print)
{
g_autofree gchar *tmp = g_variant_print(status_print->artifacts, TRUE);
g_message("artifacts: %s", tmp);

g_autofree gchar *text = NULL;
if (!output_format || g_strcmp0(output_format, "readable") == 0) {
Expand Down

0 comments on commit d55aa00

Please sign in to comment.