Explorar el Código

Fix a broken macro invocation.

whitequark hace 7 años
padre
commit
c63dd6c580
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/iface/neighbor.rs

+ 1 - 1
src/iface/neighbor.rs

@@ -81,7 +81,7 @@ impl<'a> Cache<'a> {
             Ok(Some(old_neighbor)) => {
                 if old_neighbor.hardware_addr != hardware_addr {
                     net_trace!("replaced {} => {} (was {})",
-                               protocol_addr, hardware_addr, old_neighbor.hardware_addr)
+                               protocol_addr, hardware_addr, old_neighbor.hardware_addr);
                 }
             }
             Ok(None) => {