From 217ad55beda2201626c29b1429a94115f51f2f68 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 24 Mar 2026 18:56:51 +0000 Subject: improve the error message Signed-off-by: Leah Rowe --- util/libreboot-utils/lib/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1