ram_blk: change blocksize output to decimal

Reading 200 instead of 512 is confusing.

Fixes #1142.
This commit is contained in:
Josef Söntgen 2014-04-16 13:23:24 +02:00 committed by Christian Helmuth
parent 14951649e4
commit c9412d37b9
1 changed files with 1 additions and 1 deletions

View File

@ -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);