Skip to content

Commit

Permalink
Improve info message
Browse files Browse the repository at this point in the history
  • Loading branch information
xtophe38 committed Jul 25, 2023
1 parent ada6d6f commit e173930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TeemIpDiscoveryCollectionPlan.class.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function Init(): void
$aOtherPlaceholders = Utils::GetConfigurationValue('json_placeholders', []);
if (array_key_exists('discovery_application_uuid', $aOtherPlaceholders) && !empty($aOtherPlaceholders['discovery_application_uuid'])) {
$this->aDiscoveryApplication['UUID'] = $aOtherPlaceholders['discovery_application_uuid'];
Utils::Log(LOG_INFO, "IP Discovery Application has UUID ".$this->aDiscoveryApplication['UUID'].".");
Utils::Log(LOG_INFO, "Requested IP Discovery Application's UUID is ".$this->aDiscoveryApplication['UUID'].".");
} else {
$this->aDiscoveryApplication['UUID'] = '';
Utils::Log(LOG_ERR, "Discovery can not proceed as no IP Discovery Application UUID has been defined.");
Expand Down

0 comments on commit e173930

Please sign in to comment.