server/migractions.py
branchstable
changeset 5399 03c641ae00a6
parent 5293 72e102a06709
child 5408 120db445c179
child 5421 8167de96c523
--- a/server/migractions.py	Fri Apr 23 17:32:47 2010 +0200
+++ b/server/migractions.py	Fri Apr 23 17:01:45 2010 +0200
@@ -116,10 +116,10 @@
                 return super(ServerMigrationHelper, self).cmd_process_script(
                     migrscript, funcname, *args, **kwargs)
             else:
-                print
-                print ('-> ignoring %s, only .py .sql and .txt scripts are considered' %
+                print >> sys.stderr
+                print >> sys.stderr, ('-> ignoring %s, only .py .sql and .txt scripts are considered' %
                        migrscript)
-                print
+                print >> sys.stderr
             self.commit()
         except:
             self.rollback()