Skip to content

Commit

Permalink
Merge pull request #4509 from cgwalters/errprefix-deploypath
Browse files Browse the repository at this point in the history
client: Add an error prefix in deployment path
  • Loading branch information
jmarrero authored Jul 21, 2023
2 parents ced6de0 + c6f24aa commit 4be80b0
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 4be80b0

Please sign in to comment.