Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

mfile: output data with correct format #436

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

mfile: output data with correct format #436

wants to merge 1 commit into from

Conversation

nak3
Copy link
Contributor

@nak3 nak3 commented Dec 15, 2016

mfile: output data with correct format

When same block but different data exists, it produces error log with
the differnt data. Currently, these data output with string format
even though they are byte data. This patch changes to data format
correctly.

current log output:

2016-12-15 13:12:26.254596 E | storage: , ��33

this patch fixes as:

2016-12-15 13:16:11.139927 E | storage: old: [0 0 0 0 0 0 0 0 0 0], new: [0 0 1 0 0 0 4 0 51 51]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant