mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
parent
fd533b0c93
commit
6426d4098c
@ -343,9 +343,10 @@ class File_system::Session_component : public Session_rpc_object
|
||||
|
||||
switch (errno) {
|
||||
case ENOTEMPTY: throw Node_already_exists();
|
||||
case ENOENT: throw Lookup_failed();
|
||||
}
|
||||
|
||||
PWRN("renameat produced unhandled error");
|
||||
PWRN("renameat produced unhandled error %x %s %s", errno, from_str, to_str);
|
||||
throw Permission_denied();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user