Skip to content

Commit

Permalink
disk: add "migration starting" printf
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-levan committed Jul 26, 2023
1 parent 7593d40 commit f9a2d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/vere/disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -1341,6 +1341,7 @@ u3_disk_migrate(u3_disk* log_u)
* 5. delete old data.mdb and lock.mdb files (c3_unlink() calls)
*/

fprintf(stderr, "disk: migrating disk to v%d format\r\n", U3D_VER1);

// check if lock.mdb is readable in log directory
c3_o luk_o = c3n;
Expand Down

0 comments on commit f9a2d31

Please sign in to comment.