##// END OF EJS Templates
dirstate: add some debug output when writing the dirstate...
Raphaël Gomès -
r51108:f5e4248e stable
parent child Browse files
Show More
@@ -481,7 +481,10 b' impl Repo {'
481 481 // https://github.com/openzfs/zfs/issues/13370
482 482 //
483 483 if !append {
484 log::trace!("creating a new dirstate data file");
484 485 options.create_new(true);
486 } else {
487 log::trace!("appending to the dirstate data file");
485 488 }
486 489
487 490 let data_size = (|| {
General Comments 0
You need to be logged in to leave comments. Login now