server/migractions.py
changeset 5408 120db445c179
parent 5397 cdbf823450aa
parent 5399 03c641ae00a6
child 5423 e15abfdcce38
--- a/server/migractions.py	Fri Apr 23 17:56:01 2010 +0200
+++ b/server/migractions.py	Mon Apr 26 16:31:46 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()