浏览代码

fix mistake

Roman Dmitriev 2 年之前
父节点
当前提交
4128976590
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/dhcp-log.pl

+ 1 - 1
scripts/dhcp-log.pl

@@ -139,7 +139,7 @@ if (!$pid) {
                 if (!$device) { 
                     $remote_id = $decoded_remote_id;
                     $circut_id = $decoded_circuit_id;
-                    db_log_verbose($hdb,"Dhcp request type: ".$type." ip=".$dhcp_record->{ip}." and mac=".$mac." from ".$device->{'device_name'});
+                    db_log_verbose($hdb,"Dhcp request type: ".$type." ip=".$ip." and mac=".$mac." from ".$device->{'device_name'});
                     }
             }