projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a6ce86
)
machine-image: fix a debug log message
author
Lennart Poettering
<lennart@poettering.net>
Fri, 6 Apr 2018 16:57:08 +0000
(18:57 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Thu, 24 May 2018 15:01:57 +0000
(17:01 +0200)
src/shared/machine-image.c
patch
|
blob
|
history
diff --git
a/src/shared/machine-image.c
b/src/shared/machine-image.c
index 0238c5c8425ffe2a7b3053f415e942d66aebde67..9521687c5ad2c2326a78c125f110a4354b37d785 100644
(file)
--- a/
src/shared/machine-image.c
+++ b/
src/shared/machine-image.c
@@
-375,7
+375,7
@@
static int image_make(
}
if (ioctl(block_fd, BLKGETSIZE64, &size) < 0)
- log_debug_errno(errno, "Failed to issue BLK
FLSBUF
on device %s/%s, ignoring: %m", path, filename);
+ log_debug_errno(errno, "Failed to issue BLK
GETSIZE64
on device %s/%s, ignoring: %m", path, filename);
block_fd = safe_close(block_fd);
}