diff --git a/gotham_restful/src/result.rs b/gotham_restful/src/result.rs index 3d5cf44..00b4c62 100644 --- a/gotham_restful/src/result.rs +++ b/gotham_restful/src/result.rs @@ -132,7 +132,7 @@ impl From for ResourceError } #[cfg(feature = "errorlog")] -fn errorlog(e : E) +fn errorlog(e : E) { error!("The handler encountered an error: {}", e); }