extra debugging

git-svn-id: http://www.observium.org/svn/observer/trunk@3200 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-05-17 11:31:17 +00:00
parent 2880cf8f23
commit d1450f90a1

View File

@@ -370,6 +370,7 @@ function discover_link($local_port_id, $protocol, $remote_port_id, $remote_hostn
else
{
$data = dbFetchRow("SELECT * FROM `links` WHERE `remote_hostname` = ? AND `local_port_id` = ? AND `protocol` = ? AND `remote_port` = ?", array($remote_hostname, $local_port_id, $protocol, $remote_port));
print_r($data);
if ($data['remote_port_id'] == $remote_port_id && $data['remote_platform'] == $remote_platform && $remote_version == $remote_version)
{
echo(".");