This commit is contained in:
veetaha 2020-04-23 02:00:56 +03:00
parent 3f1f3a835a
commit a3a8d10191

View file

@ -152,7 +152,7 @@ impl WorldState {
Ok(it) => it, Ok(it) => it,
Err(err) => { Err(err) => {
log::error!( log::error!(
"Fail to run ra_proc_macro_srv from path {}, error: {:?}", "Failed to run ra_proc_macro_srv from path {}, error: {:?}",
path, path,
err err
); );