server/sources/native.py
changeset 3998 94cc7cad3d2d
parent 3890 d7a270f50f54
parent 3958 505025eb0d37
child 4181 c79135c217df
--- a/server/sources/native.py	Mon Nov 23 14:13:53 2009 +0100
+++ b/server/sources/native.py	Thu Dec 03 17:17:43 2009 +0100
@@ -337,7 +337,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', res, 'into', table
+            print '  manual insertion of', results, 'into', table
         if not results:
             return
         query_args = ['%%(%s)s' % i for i in xrange(len(results[0]))]