migrate: logs.
This commit is contained in:
parent
4e1709e9b6
commit
619143156b
@ -124,7 +124,7 @@ var patchPathMaps = co(function* patchPathMaps() {
|
||||
item = items[i];
|
||||
hash = item.key.toString('hex', 1);
|
||||
wids = parseWallets(item.value);
|
||||
console.log('p[%s] -> varint(%d)', hash, wids.length);
|
||||
console.log('p[%s] -> u32(%d)', hash, wids.length);
|
||||
batch.put(item.key, serializeWallets(wids));
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user