refinement

This commit is contained in:
Matthew McPherrin 2012-03-13 13:04:49 -04:00
parent d013f7d449
commit e8a62158ea
2 changed files with 2 additions and 2 deletions

2
irc
View File

@ -4,7 +4,7 @@ script=`dirname $0`/run
D0=`$script`
R=$?
if [ $R -ne 0 ]; then
sleep 60
sleep 30
D="mimcpher: CSC System Failure: `$script`"
if [ $? -ne 0 ]; then
echo $D

View File

@ -24,5 +24,5 @@ for S in services:
s.connect( (host , port) )
s.close()
except socket.error, e:
print "FAIL socket connect to ", S, e
print "FAIL socket connect to ", S[0], host, port
sys.exit(1)