Skip to content

Commit

Permalink
client: Add an error prefix in deployment path
Browse files Browse the repository at this point in the history
Debugging https://access.redhat.com/support/cases/#/case/03562249
where we see just a bare `error: The connection is closed`.
  • Loading branch information
cgwalters committed Jul 17, 2023
1 parent 1a98356 commit c6f24aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/rpmostree-clientlib.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,7 @@ rpmostree_update_deployment (
const char *local_repo_remote, const char *treefile, GVariant *options,
char **out_transaction_address, GCancellable *cancellable, GError **error)
{
GLNX_AUTO_PREFIX_ERROR ("Updating deployment", error);
g_autoptr (GVariant) modifiers = NULL;
glnx_unref_object GUnixFDList *fd_list = NULL;
if (!get_modifiers_variant (set_refspec, set_revision, install_pkgs, install_fileoverride_pkgs,
Expand Down

0 comments on commit c6f24aa

Please sign in to comment.