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,
|
GCancellable *cancellable,
|
||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
|
const char *errprefix = glnx_strjoina ("Cleaning up txn dir ", path);
|
||||||
|
GLNX_AUTO_PREFIX_ERROR (errprefix, error);
|
||||||
|
|
||||||
g_auto(GLnxLockFile) lockfile = { 0, };
|
g_auto(GLnxLockFile) lockfile = { 0, };
|
||||||
gboolean did_lock;
|
gboolean did_lock;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue