mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
improve the error message
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user