Revert "Add .log extension to metasploit/framework/spec/constants/suite log"

MSP-11130

This reverts commit 4f986c4a48.

Extension wasn't there because it was a directory name and a log file
name.
This commit is contained in:
Luke Imhoff 2014-11-04 14:03:54 -06:00
parent dee02fc85b
commit 9f573e2d8d
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ module Metasploit::Framework::Spec::Constants::Suite
# CONSTANTS
#
LOGS_PATHNAME = Pathname.new('log/metasploit/framework/spec/constants/suite.log')
LOGS_PATHNAME = Pathname.new('log/metasploit/framework/spec/constants/suite')
# Logs leaked constants to {LOG_PATHNAME} and prints `message` to stderr.
#