This commit is contained in:
Neshura 2025-04-22 13:33:12 +02:00
parent da4220e027
commit 3abfaf55c1
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D

View file

@ -424,7 +424,8 @@ impl Lemmy {
return Some(api_post.post.id);
}
}
info!("Unable to find post {}", post.name);
let msg = format!("Unable to find post {}", post.name);
info!(msg);
None
}