Fix invalid escape sequence in database migration code
parent
ee0b8da844
commit
ab601e8710
|
@ -1253,7 +1253,7 @@ int main(int argc, char *argv[])
|
||||||
++count;
|
++count;
|
||||||
if (count % 500 == 0)
|
if (count % 500 == 0)
|
||||||
actionstream << "Migrated " << count << " blocks "
|
actionstream << "Migrated " << count << " blocks "
|
||||||
<< (100.0 * count / blocks.size()) << "\% completed" << std::endl;
|
<< (100.0 * count / blocks.size()) << "% completed" << std::endl;
|
||||||
}
|
}
|
||||||
new_db->endSave();
|
new_db->endSave();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue