summaryrefslogtreecommitdiff
path: root/src/delta/delta.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/delta/delta.c')
-rw-r--r--src/delta/delta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/delta/delta.c b/src/delta/delta.c
index 25c4a0bcf..2a1ad3d95 100644
--- a/src/delta/delta.c
+++ b/src/delta/delta.c
@@ -227,7 +227,7 @@ static int enumerate_dir_d(Hashmap *top, Hashmap *bottom, Hashmap *drops, const
r = get_files_in_directory(path, &list);
if (r < 0){
- log_error("Failed to enumerate %s: %s", path, strerror(-r));
+ log_error_errno(-r, "Failed to enumerate %s: %m", path);
return r;
}