Skip to content

Commit

Permalink
utils: Print error log when icon-validator fails to validate a image
Browse files Browse the repository at this point in the history
  • Loading branch information
jsparber committed Apr 4, 2024
1 parent e4c6e02 commit 5682dca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xdp-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -2398,6 +2398,7 @@ xdp_validate_serialized_icon (GVariant *v,
if (!g_spawn_check_exit_status (status, &error))
{
g_warning ("Icon validation: %s", error->message);
g_warning ("stderr:\n%s\n", stderrlog);
return FALSE;
}

Expand Down

0 comments on commit 5682dca

Please sign in to comment.