migrate: logs.

This commit is contained in:
Christopher Jeffrey 2016-11-07 23:01:57 -08:00
parent 4e1709e9b6
commit 619143156b
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

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