mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 02:38:51 +00:00
Fix mysql cleanup log message
This commit is contained in:
committed by
Julio García
parent
2b3bc10f78
commit
f76a6cfc96
@@ -214,7 +214,7 @@ On RHEL, install it using 'yum install MySQL-python'"""
|
||||
c=conn.cursor()
|
||||
tablename="sogo_cache_folder_%s" % (username)
|
||||
c.execute("TRUNCATE TABLE %s" % tablename)
|
||||
print "Table %s emptied"
|
||||
print "Table %s emptied" % tablename
|
||||
|
||||
|
||||
def postgresqlCleanup(dbhost, dbport, dbuser, dbpass, dbname, username):
|
||||
|
||||
Reference in New Issue
Block a user