Encore des problemes de lock...

darcs-hash:20050325221512-d1718-c6daa6ce88c1535669b2790729eee01e4a1bf1e7.gz
This commit is contained in:
bernat 2005-03-25 23:15:12 +01:00
parent b29cfe4aa1
commit fb97702fc4

View file

@ -257,6 +257,9 @@ class UpdateFactory(protocol.ServerFactory):
remove_lock('gen_confs.wifi') remove_lock('gen_confs.wifi')
if len(result) > 5: if len(result) > 5:
# debug
for line in file("/var/lock/gestion/gen_confs.wifi"):
print "lock pour %s: %s" % (host, line)
print "We send the following script to %s :" % host print "We send the following script to %s :" % host
print result print result
return result return result