From e9672056cddf0b4295fafa7ac5ffe09d2ebe8f92 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sat, 14 Jul 2012 11:04:46 +0200 Subject: [PATCH] Minor revert (returning that last \n) --- _sqlmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sqlmap.py b/_sqlmap.py index 4c0893146..5b5c867e7 100755 --- a/_sqlmap.py +++ b/_sqlmap.py @@ -109,7 +109,7 @@ def main(): traceback.print_exc() finally: - dataToStdout("\n[*] shutting down at %s\n" % time.strftime("%X"), forceOutput=True) + dataToStdout("\n[*] shutting down at %s\n\n" % time.strftime("%X"), forceOutput=True) kb.threadContinue = False kb.threadException = True