diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-24 18:56:51 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-24 18:56:51 +0000 |
| commit | 217ad55beda2201626c29b1429a94115f51f2f68 (patch) | |
| tree | 965283a1953e78e5b7bb8ed91176b223cb7ae586 | |
| parent | c1befbcd3eb4a51831260c7c7b743a673512e6a5 (diff) | |
improve the error message
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | util/libreboot-utils/lib/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libreboot-utils/lib/io.c b/util/libreboot-utils/lib/io.c index ef87d521..4ca7d150 100644 --- a/util/libreboot-utils/lib/io.c +++ b/util/libreboot-utils/lib/io.c @@ -456,7 +456,7 @@ gbe_mv(void) if (errno != EXDEV) goto ret_gbe_mv; - err(errno, "TODO: cross-filesystem atomic writes currently broken"); + err(errno, "BUG: cross-filesystem move (this shouldn't happen)"); ret_gbe_mv: |
