mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
lib/commit: Add more error prefixing
We think we're hitting an error in that function in the Fedora infra. Add some more error prefixing to help debugging.
This commit is contained in:
parent
95be6676c0
commit
bb8fd5a2c4
@ -1943,6 +1943,9 @@ cleanup_txn_dir (OstreeRepo *self,
|
||||
GCancellable *cancellable,
|
||||
GError **error)
|
||||
{
|
||||
const char *errprefix = glnx_strjoina ("Cleaning up txn dir ", path);
|
||||
GLNX_AUTO_PREFIX_ERROR (errprefix, error);
|
||||
|
||||
g_auto(GLnxLockFile) lockfile = { 0, };
|
||||
gboolean did_lock;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user