mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-17 00:26:44 -04:00
Fix the message
This commit is contained in:
parent
615f637b94
commit
a7266b40e7
@ -59,7 +59,7 @@ int main(int argc, char* argv[]){
|
||||
std::string fs(fs_str);
|
||||
|
||||
if(fs == "fat32"){
|
||||
printf("mkfs: Mounting %s fat32 filesystem on %s\n", mount_point_str, device_str);
|
||||
printf("mkfs: Mounting %s fat32 filesystem on %s\n", device_str, mount_point_str);
|
||||
|
||||
auto device_fd = open(device_str);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user