summaryrefslogtreecommitdiff
path: root/util/libreboot-utils/lib
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-24 18:56:51 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-24 18:56:51 +0000
commit217ad55beda2201626c29b1429a94115f51f2f68 (patch)
tree965283a1953e78e5b7bb8ed91176b223cb7ae586 /util/libreboot-utils/lib
parentc1befbcd3eb4a51831260c7c7b743a673512e6a5 (diff)
improve the error message
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/lib')
-rw-r--r--util/libreboot-utils/lib/io.c2
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: