Skip to content

Commit

Permalink
* Fixed a couple typos in scan-clustat.
Browse files Browse the repository at this point in the history
Signed-off-by: Digimer <digimer@alteeve.ca>
  • Loading branch information
Digimer committed Nov 16, 2018
1 parent b807b81 commit f79fe65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ScanCore/agents/scan-clustat/scan-clustat
Original file line number Diff line number Diff line change
Expand Up @@ -747,14 +747,14 @@ sub check_for_duplicate_anvils
### be a thus-far-unreproducable-bug. Clearing and reloading doesn't hurt anything.
### SELECT clustat_cluster_name, clustat_uuid, clustat_host_uuid FROM clustat;
### Feed the host name into a hash and if the key already exists, trigger the drop.
my $anvils = {};
my $query = "
my $anvil = {};
my $query = "
SELECT
clustat_uuid,
clustat_cluster_name,
clustat_host_uuid
FROM
clustat;"
clustat;";
$an->Log->entry({log_level => 2, message_key => "an_variables_0002", message_variables => {
name1 => "id", value1 => $id,
name2 => "query", value2 => $query
Expand Down

0 comments on commit f79fe65

Please sign in to comment.