macro_rules! debug_warn { ($($arg:tt)+) => { ... }; }
Similar to warn!, but only logs in debug mode.
warn!