mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 08:03:59 +00:00
ram_blk: change blocksize output to decimal
Reading 200 instead of 512 is confusing. Fixes #1142.
This commit is contained in:
parent
14951649e4
commit
c9412d37b9
@ -124,7 +124,7 @@ struct Main
|
||||
}
|
||||
catch (...) { }
|
||||
|
||||
PINF("Using file=%s as device with block size %zx.", file, blk_sz);
|
||||
PINF("Using file=%s as device with block size %zd.", file, blk_sz);
|
||||
|
||||
try {
|
||||
return new (Genode::env()->heap()) Ram_blk(file, blk_sz);
|
||||
|
Loading…
x
Reference in New Issue
Block a user