improve the error message

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-24 18:56:51 +00:00
parent c1befbcd3e
commit 217ad55bed

View File

@@ -456,7 +456,7 @@ gbe_mv(void)
if (errno != EXDEV) if (errno != EXDEV)
goto ret_gbe_mv; 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: ret_gbe_mv: