parent
da4220e027
commit
3abfaf55c1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue