mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-26 01:53:48 +00:00
more appropriate log file name
This commit is contained in:
parent
a5ce0c9a04
commit
61eb16274e
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ def main():
|
|||
send_email(msg)
|
||||
|
||||
if __name__ == "__main__":
|
||||
log_fd = open("/tmp/regressiontest.txt", "ab")
|
||||
log_fd = open("/tmp/sqlmapregressiontest.log", "ab")
|
||||
log_fd.write("Regression test started at %s\n" % TIME)
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue