[or-cvs] r16791: {torflow} Oops. Better put that back as well (torflow/branches/gsoc2008)

aleksei at seul.org aleksei at seul.org
Mon Sep 8 00:44:49 UTC 2008


Author: aleksei
Date: 2008-09-07 20:44:48 -0400 (Sun, 07 Sep 2008)
New Revision: 16791

Modified:
   torflow/branches/gsoc2008/soat.py
Log:
Oops. Better put that back as well

Modified: torflow/branches/gsoc2008/soat.py
===================================================================
--- torflow/branches/gsoc2008/soat.py	2008-09-08 00:42:33 UTC (rev 16790)
+++ torflow/branches/gsoc2008/soat.py	2008-09-08 00:44:48 UTC (rev 16791)
@@ -1350,6 +1350,6 @@
         main(sys.argv)
     except KeyboardInterrupt:
         plog('INFO', "Ctrl + C was pressed. Exiting ... ")
-    #except Exception, e:
-    #    plog('ERROR', "An unexpected error occured.")
-    #    plog('ERROR', e)
+    except Exception, e:
+        plog('ERROR', "An unexpected error occured.")
+        plog('ERROR', e)



More information about the tor-commits mailing list