Skip to content

Commit

Permalink
Fixed incorrect error message
Browse files Browse the repository at this point in the history
  • Loading branch information
awick committed Jan 12, 2015
1 parent 739d884 commit a50b862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capture/plugins/wiseService/source.alienvault.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ AlienVaultSource.prototype.loadFile = function() {
//////////////////////////////////////////////////////////////////////////////////
AlienVaultSource.prototype.init = function() {
if (this.key === undefined) {
console.log("ThreatQ - No export key defined");
console.log("AlienVault - No export key defined");
return;
}

Expand Down

0 comments on commit a50b862

Please sign in to comment.