mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
Kernel: Return a correct name string of async write request
This commit is contained in:
parent
4c8dbc908c
commit
f36feb42bd
Notes:
sideshowbarker
2024-07-19 00:46:48 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/f36feb42bdd Pull-request: https://github.com/SerenityOS/serenity/pull/4443
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public:
|
|||
case Read:
|
||||
return "BlockDeviceRequest (read)";
|
||||
case Write:
|
||||
return "BlockDeviceRequest (read)";
|
||||
return "BlockDeviceRequest (write)";
|
||||
default:
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue