From 8a299b6da299f610aafbdaee49835a7bcd02d39b Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sun, 21 Feb 2010 15:32:59 +0000 Subject: [PATCH] back to > git-svn-id: http://www.observium.org/svn/observer/trunk@924 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/discovery/arp-table.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/discovery/arp-table.inc.php b/includes/discovery/arp-table.inc.php index 18249e50f..3529f1813 100644 --- a/includes/discovery/arp-table.inc.php +++ b/includes/discovery/arp-table.inc.php @@ -39,7 +39,7 @@ if($clean_mac != $old_mac[0]) { if ($debug) { echo "Changed mac address for $ip from $old_mac[0] to $clean_mac\n"; } - log_event("MAC change: $ip : " . $old_mac[0] . " -> $clean_mac", $device, "interface", $interface['interface_id']); + log_event("MAC change: $ip : " . $old_mac[0] . " -> $clean_mac", $device, "interface", $interface['interface_id']); } mysql_query($sql); echo(".");