additional size output
This commit is contained in:
parent
e92c324c7e
commit
1b093d96b0
@ -2,7 +2,7 @@
|
|||||||
#include <framework/serviceinterface/ServiceInterfaceStream.h>
|
#include <framework/serviceinterface/ServiceInterfaceStream.h>
|
||||||
|
|
||||||
void printer::print(uint8_t *data, size_t size, OutputType type) {
|
void printer::print(uint8_t *data, size_t size, OutputType type) {
|
||||||
sif::info << "StorageAccessor: Printing data: [";
|
sif::info << "StorageAccessor: Printing data with size " << size << ": [";
|
||||||
if(type == OutputType::HEX) {
|
if(type == OutputType::HEX) {
|
||||||
printer::printHex(data, size);
|
printer::printHex(data, size);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user