Skip to content

Commit

Permalink
fixup! lib/deploy: Port final bootconfig writing to new style
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Mar 26, 2018
1 parent e69b82a commit cf603f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libostree/ostree-sysroot-deploy.c
Original file line number Diff line number Diff line change
Expand Up @@ -2241,8 +2241,7 @@ ostree_sysroot_write_deployments_with_options (OstreeSysroot *self,
* jump in and open a file there. See above TODO
* around doing this in a new mount namespace.
*/
int errsv = errno;
g_printerr ("warning: Failed to remount /boot read-only: %s\n", strerror (errsv));
g_printerr ("warning: Failed to remount /boot read-only: %s\n", strerror (errno));
}
}
if (!success)
Expand Down

0 comments on commit cf603f2

Please sign in to comment.