Skip to content

Commit

Permalink
Fixed to report events in the standard convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
smicallef committed Aug 13, 2015
1 parent 14e93c4 commit f453fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sfp_socialprofiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def handleEvent(self, event):
continue

self.sf.info("Social Media Profile found at " + site + ": " + match)
evt = SpiderFootEvent("SOCIAL_MEDIA", match,
evt = SpiderFootEvent("SOCIAL_MEDIA", site + ": " + match,
self.__name__, event)
self.notifyListeners(evt)

Expand Down

0 comments on commit f453fb8

Please sign in to comment.