Better spot

This commit is contained in:
decentclock
2022-07-20 18:55:43 -06:00
parent 8172ea6232
commit c9c66b6560

View File

@@ -192,7 +192,9 @@ impl Persist for FsPersister {
log::warn!("=> I am here");
while std::ptr::null() != dir_ent {
log::warn!("=> Good morning");
log::warn!("{:?}", from_utf8(transmute((*dir_ent).d_name.as_slice())));
let x = from_utf8(transmute((*dir_ent).d_name.as_slice()));
log::warn!("{:?}", x);
let y = x.unwrap();
log::warn!("Good afternoon");
/*
if let Ok(pubkey) = self.pubkeys.get(&pk) {