From ea3d5082dc01a09dea940356dac54e4ff2309b7e Mon Sep 17 00:00:00 2001 From: shnavid Date: Fri, 16 Feb 2007 15:31:17 +0000 Subject: Fixed another unterminated string. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@76 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- src/sosreport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/sosreport b/src/sosreport index 167bb445..45625ea9 100755 --- a/src/sosreport +++ b/src/sosreport @@ -54,7 +54,7 @@ def doExitCode(): ## FIXME: Add thread-kill code (see FIXME below) print "Threads dead, cleaning up." if ( ( activeCount() == 1 ) and ( __breakHits__ > 2 ) ): - print "Multiple SIGTERMs, single thread, exiting without cleaning up. + print "Multiple SIGTERMs, single thread, exiting without cleaning up." sys.exit(3) # FIXME: Add code here to clean up /tmp sys.exit(255) -- cgit