mirror of https://github.com/rwf2/Rocket.git
Remove denig: it is not a macro.
This commit is contained in:
parent
a5e1f8246c
commit
2b7b733e83
|
@ -179,7 +179,7 @@ pub fn route_decorator(known_method: Option<Spanned<Method>>, ecx: &mut ExtCtxt,
|
||||||
// TODO: Add some kind of loggin facility in Rocket
|
// TODO: Add some kind of loggin facility in Rocket
|
||||||
// to get the formatting right (IE, so it idents
|
// to get the formatting right (IE, so it idents
|
||||||
// correctly).
|
// correctly).
|
||||||
denig!("Failed to parse: {:?}", e);
|
// debug!("Failed to parse: {:?}", e);
|
||||||
return ::rocket::Response::forward();
|
return ::rocket::Response::forward();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue