Si on affiche tout le temps OK, c'est pas terrible

darcs-hash:20050915094458-d1718-6392e1608e3d26517fd6df8f6f94f1c83915cdba.gz
This commit is contained in:
bernat 2005-09-15 11:44:58 +02:00
parent e87420b856
commit 57528cf426

View file

@ -494,7 +494,7 @@ def machine_details(machine) :
if auth_ok:
authentification = " ; IPSec: %s" % OK
else:
authentification = " ; IPSec: %s" % OK
authentification = " ; IPSec: %s" % ERREUR
f += u' %s (%s) (RSSI: %s%s)\n' % (client, client_nom,
coul("%d" % rssi, coul_rssi),
authentification)