Fixing a mismatched parenthesis that is breaking autoserv on trunk (r2840).

Visibility: High (makes autoserv execution possible again)

Signed-off-by: Lucas Meneghel Rodrigues <lucasmr@br.ibm.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2841 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/tko/db.py b/tko/db.py
index d1c5270..8318ce3 100644
--- a/tko/db.py
+++ b/tko/db.py
@@ -120,7 +120,7 @@
 
     def _log_operational_error(self, e):
         msg = ("%s: An operational error occured during a database "
-               "operation: %s" % (time.strftime("%X %x"), str(e))
+               "operation: %s" % (time.strftime("%X %x"), str(e)))
         print >> sys.stderr, msg
         sys.stderr.flush() # we want these msgs to show up immediately