server/sources/native.py
branchstable
changeset 6128 fbb8398f80dc
parent 6019 373a313ee9ec
child 6142 8bc6eac1fac1
child 6201 cf445fcaf8fe
--- a/server/sources/native.py	Fri Aug 20 08:29:48 2010 +0200
+++ b/server/sources/native.py	Fri Aug 20 08:31:02 2010 +0200
@@ -505,7 +505,7 @@
     def manual_insert(self, results, table, session):
         """insert given result into a temporary table on the system source"""
         if server.DEBUG & server.DBG_RQL:
-            print '  manual insertion of', results, 'into', table
+            print '  manual insertion of', len(results), 'results into', table
         if not results:
             return
         query_args = ['%%(%s)s' % i for i in xrange(len(results[0]))]